21 #include "resqml2_0_1/AbstractOrganizationInterpretation.h" 22 #include "resqml2_0_1/EarthModelInterpretation.h" 54 static const char* XML_TAG;
55 virtual std::string
getXmlTag()
const {
return XML_TAG;}
63 unsigned int getFaultInterpretationCount()
const;
73 void pushBackHorizonInterpretation(
class HorizonInterpretation * horizonInterpretation,
const int & stratigraphicRank);
79 void pushBackTopFrontierInterpretation(AbstractFeatureInterpretation * topFrontierInterpretation);
85 void pushBackBottomFrontierInterpretation(AbstractFeatureInterpretation * bottomFrontierInterpretation);
91 void pushBackSideFrontierInterpretation(AbstractFeatureInterpretation * sideFrontierInterpretation);
95 std::vector<epc::Relationship> getAllEpcRelationships()
const;
99 std::vector<EarthModelInterpretation *> earthModelSet;
100 std::vector<RESQML2_NS::GridConnectionSetRepresentation *> gridConnectionSet;
Definition: AbstractOrganizationInterpretation.h:28
Definition: FaultInterpretation.h:26
Definition: OrganizationFeature.h:25
StructuralOrganizationInterpretation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: StructuralOrganizationInterpretation.h:33
~StructuralOrganizationInterpretation()
Definition: StructuralOrganizationInterpretation.h:52
Definition: EpcDocument.h:65
StructuralOrganizationInterpretation(gsoap_resqml2_0_1::_resqml2__StructuralOrganizationInterpretation *fromGsoap)
Definition: StructuralOrganizationInterpretation.h:47
Definition: StructuralOrganizationInterpretation.h:26
Definition: EpcDocument.h:154
virtual std::string getXmlTag() const
Definition: StructuralOrganizationInterpretation.h:55
Definition: HorizonInterpretation.h:27