21 #include "../resqml2/StructuralOrganizationInterpretation.h"
23 namespace RESQML2_2_NS
63 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getFaultInterpretationDor(
unsigned int index) const final;
65 DLL_IMPORT_OR_EXPORT
void pushBackHorizonInterpretation(RESQML2_NS::
HorizonInterpretation * horizonInterpretation,
int stratigraphicRank) final;
67 DLL_IMPORT_OR_EXPORT
unsigned int getHorizonInterpretationCount() const final;
69 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getHorizonInterpretationDor(
unsigned int index) const final;
71 DLL_IMPORT_OR_EXPORT
void pushBackTopFrontierInterpretation(RESQML2_NS::AbstractFeatureInterpretation * topFrontierInterpretation) final;
73 DLL_IMPORT_OR_EXPORT
unsigned int getTopFrontierInterpretationCount() const final;
75 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getTopFrontierInterpretationDor(
unsigned int index) const final;
77 DLL_IMPORT_OR_EXPORT
void pushBackBottomFrontierInterpretation(RESQML2_NS::AbstractFeatureInterpretation * bottomFrontierInterpretation) final;
79 DLL_IMPORT_OR_EXPORT
unsigned int getBottomFrontierInterpretationCount() const final;
81 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getBottomFrontierInterpretationDor(
unsigned int index) const final;
83 DLL_IMPORT_OR_EXPORT
void pushBackSideFrontierInterpretation(RESQML2_NS::AbstractFeatureInterpretation * sideFrontierInterpretation) final;
85 DLL_IMPORT_OR_EXPORT
unsigned int getSideFrontierInterpretationCount() const final;
87 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getSideFrontierInterpretationDor(
unsigned int index) const final;
92 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
97 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(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: StructuralOrganizationInterpretation.h:33
void pushBackFaultInterpretation(resqml2::FaultInterpretation *faultInterpretation) final
unsigned int getFaultInterpretationCount() const final
StructuralOrganizationInterpretation(gsoap_eml2_3::_resqml22__StructuralOrganizationInterpretation *fromGsoap)
Definition: StructuralOrganizationInterpretation.h:54
~StructuralOrganizationInterpretation()=default
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.