21#include "../resqml2/EarthModelInterpretation.h"
23namespace RESQML2_0_1_NS
61 DLL_IMPORT_OR_EXPORT
unsigned int getStructuralOrganizationInterpretationCount() const final;
63 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getStructuralOrganizationInterpertationDor(
unsigned int index) const final;
69 DLL_IMPORT_OR_EXPORT
bool hasStratiColumn() const final;
71 DLL_IMPORT_OR_EXPORT
void setStratiColumn(RESQML2_NS::
StratigraphicColumn * stratiColumn) final;
73 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getStratiColumnDor() const final;
75 DLL_IMPORT_OR_EXPORT
unsigned int getStratiOccurrenceCount() const final;
77 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getStratiOccurrenceDor(
unsigned int index) const final;
81 DLL_IMPORT_OR_EXPORT
unsigned int getRockFluidOrganizationInterpretationCount() const final;
89 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
94 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
96 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference getRockFluidOrganizationInterpretationDor(
unsigned int index)
const final;
Definition EarthModelInterpretation.h:27
~EarthModelInterpretation()=default
EarthModelInterpretation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition EarthModelInterpretation.h:37
EarthModelInterpretation(gsoap_resqml2_0_1::_resqml20__EarthModelInterpretation *fromGsoap)
Definition EarthModelInterpretation.h:56
EarthModelInterpretation(resqml2 ::Model *orgFeat, const std::string &guid, const std::string &title)
Creates an instance of this class in a gsoap context.
Definition RockFluidOrganizationInterpretation.h:26
Definition StratigraphicColumn.h:27
Definition StratigraphicOccurrenceInterpretation.h:29
A structural organization interpretation. This class cannot be inherited.
Definition StructuralOrganizationInterpretation.h:27