21 #include "../resqml2/StructuralOrganizationInterpretation.h" 
   23 namespace RESQML2_0_1_NS
 
   64         DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getFaultInterpretationDor(
unsigned int index) const final;
 
   66         DLL_IMPORT_OR_EXPORT 
void pushBackHorizonInterpretation(RESQML2_NS::
HorizonInterpretation * horizonInterpretation, 
int stratigraphicRank) final;
 
   68         DLL_IMPORT_OR_EXPORT 
unsigned int getHorizonInterpretationCount() const final;
 
   70         DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getHorizonInterpretationDor(
unsigned int index) const final;
 
   72         DLL_IMPORT_OR_EXPORT 
void pushBackTopFrontierInterpretation(RESQML2_NS::AbstractFeatureInterpretation * topFrontierInterpretation) final;
 
   74         DLL_IMPORT_OR_EXPORT 
unsigned int getTopFrontierInterpretationCount() const final;
 
   76         DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getTopFrontierInterpretationDor(
unsigned int index) const final;
 
   78         DLL_IMPORT_OR_EXPORT  
void pushBackBottomFrontierInterpretation(RESQML2_NS::AbstractFeatureInterpretation * bottomFrontierInterpretation) final;
 
   80         DLL_IMPORT_OR_EXPORT 
unsigned int getBottomFrontierInterpretationCount() const final;
 
   82         DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getBottomFrontierInterpretationDor(
unsigned int index) const final;
 
   84         DLL_IMPORT_OR_EXPORT 
void pushBackSideFrontierInterpretation(RESQML2_NS::AbstractFeatureInterpretation * sideFrontierInterpretation) final;
 
   86         DLL_IMPORT_OR_EXPORT 
unsigned int getSideFrontierInterpretationCount() const final;
 
   88         DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getSideFrontierInterpretationDor(
unsigned int index) const final;
 
   93         DLL_IMPORT_OR_EXPORT static const 
char* XML_NS;
 
   98         DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final { 
return XML_NS; }
 
Definition: HorizonInterpretation.h:27
 
A structural organization interpretation. This class cannot be inherited.
Definition: StructuralOrganizationInterpretation.h:27
 
~StructuralOrganizationInterpretation()=default
 
StructuralOrganizationInterpretation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: StructuralOrganizationInterpretation.h:33
 
unsigned int getFaultInterpretationCount() const final
 
StructuralOrganizationInterpretation(resqml2::Model *orgFeat, const std::string &guid, const std::string &title, gsoap_resqml2_0_1::resqml20__OrderingCriteria orderingCriteria)
Creates an instance of this class in a gsoap context.
 
void pushBackFaultInterpretation(resqml2::FaultInterpretation *faultInterpretation) final
 
StructuralOrganizationInterpretation(gsoap_resqml2_0_1::_resqml20__StructuralOrganizationInterpretation *fromGsoap)
Definition: StructuralOrganizationInterpretation.h:55