36 #include "resqml2_0_1/AbstractOrganizationInterpretation.h" 37 #include "resqml2_0_1/EarthModelInterpretation.h" 69 static const char* XML_TAG;
70 virtual std::string
getXmlTag()
const {
return XML_TAG;}
78 unsigned int getFaultInterpretationCount()
const;
88 void pushBackHorizonInterpretation(
class HorizonInterpretation * horizonInterpretation,
const int & stratigraphicRank);
94 void pushBackTopFrontierInterpretation(AbstractFeatureInterpretation * topFrontierInterpretation);
100 void pushBackBottomFrontierInterpretation(AbstractFeatureInterpretation * bottomFrontierInterpretation);
106 void pushBackSideFrontierInterpretation(AbstractFeatureInterpretation * sideFrontierInterpretation);
110 std::vector<epc::Relationship> getAllEpcRelationships()
const;
114 std::vector<EarthModelInterpretation *> earthModelSet;
115 std::vector<resqml2::GridConnectionSetRepresentation *> gridConnectionSet;
Definition: OrganizationFeature.h:40
Definition: AbstractOrganizationInterpretation.h:43
~StructuralOrganizationInterpretation()
Definition: StructuralOrganizationInterpretation.h:67
StructuralOrganizationInterpretation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: StructuralOrganizationInterpretation.h:48
Definition: EpcDocument.h:78
Definition: EpcDocument.h:168
Definition: FaultInterpretation.h:41
Definition: StructuralOrganizationInterpretation.h:41
StructuralOrganizationInterpretation(gsoap_resqml2_0_1::_resqml2__StructuralOrganizationInterpretation *fromGsoap)
Definition: StructuralOrganizationInterpretation.h:62
Definition: HorizonInterpretation.h:42
virtual std::string getXmlTag() const
Definition: StructuralOrganizationInterpretation.h:70