pre-proto - Rename RigStimPlanCell to RigStimPlanFracTemplateCell

This commit is contained in:
astridkbjorke
2017-05-11 12:24:57 +02:00
parent 45321d0821
commit c6b329ea00
9 changed files with 73 additions and 66 deletions

View File

@@ -23,10 +23,10 @@ class RigFracture{
std::vector<cvf::uint> m_triangleIndices;
std::vector<cvf::Vec3f> m_nodeCoords;
std::vector<RigFractureStimPlanCellData> m_stimPlanCellsFractureData;
std::vector<RigStimPlanFractureCell> m_stimPlanCellsFractureData;
}
class RigFractureStimPlanCellData{
class RigStimPlanFractureCell{
size_t m_i;
size_t m_j;
std::vector<size_t> contributingEclipseCells;
@@ -34,7 +34,7 @@ class RigFractureStimPlanCellData{
}
RimFracture *-- RigFracture
RigFracture "1" *-- "n" RigFractureStimPlanCellData
RigFracture "1" *-- "n" RigStimPlanFractureCell
class RimFractureTemplate {
todo...()
@@ -57,7 +57,8 @@ class RigStimPlanFractureDefinition{
std::vector<RigStimPlanData> stimPlanData;
}
class RigStimPlanCell{
class RigStimPlanFracTemplateCell{
std::vector<cvf::Vec3d> m_polygon;
double m_displayValue;
double m_conductivityValue;
@@ -69,9 +70,9 @@ class RigStimPlanCell{
}
RimStimPlanFractureTemplate "1" *-- "1" RigStimPlanFractureDefinition
RimStimPlanFractureTemplate "1" *-- "many" RigStimPlanCell
RimStimPlanFractureTemplate "1" *-- "many" RigStimPlanFracTemplateCell
RigFractureStimPlanCellData <..> RigStimPlanCell
RigStimPlanFractureCell <..> RigStimPlanFracTemplateCell
class RigStimPlanData{
QString resultName;
@@ -92,7 +93,7 @@ class RigFractureTransCalc{
RimFracture ..|> RigFractureTransCalc
RigStimPlanCell ..|> RigFractureTransCalc
RigFractureStimPlanCellData ..|> RigFractureTransCalc
RigStimPlanFractureCell ..|> RigFractureTransCalc
class RifEclipseExportTools{
@@ -100,4 +101,10 @@ class RifEclipseExportTools{
RigFractureTransCalc ..|> RifEclipseExportTools
class FunctionsForIterations{
}
@enduml