21 #include "../common/AbstractObject.h"
25 class GridConnectionSetRepresentation;
39 DLL_IMPORT_OR_EXPORT
AbstractFeatureInterpretation(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : COMMON_NS::AbstractObject(partialObject) {}
49 AbstractFeatureInterpretation(gsoap_resqml2_0_1::resqml20__AbstractFeatureInterpretation* fromGsoap) : COMMON_NS::AbstractObject(fromGsoap) {}
91 DLL_IMPORT_OR_EXPORT gsoap_resqml2_0_1::resqml20__Domain
initDomain(gsoap_resqml2_0_1::resqml20__Domain defaultDomain)
const;
98 DLL_IMPORT_OR_EXPORT gsoap_resqml2_0_1::resqml20__Domain
getDomain()
const;
Proxy class for an abstract feature.
Definition: AbstractFeature.h:31
Proxy class for an abstract feature interpretation.
Definition: AbstractFeatureInterpretation.h:29
std::vector< AbstractRepresentation * > getRepresentationSet() const
gsoap_resqml2_0_1::resqml20__Domain initDomain(gsoap_resqml2_0_1::resqml20__Domain defaultDomain) const
virtual void loadTargetRelationships()
unsigned int getRepresentationCount() const
AbstractFeature * getInterpretedFeature() const
std::vector< GridConnectionSetRepresentation * > getGridConnectionSetRepresentationSet() const
virtual ~AbstractFeatureInterpretation()=default
gsoap_resqml2_0_1::resqml20__Domain getDomain() const
void setInterpretedFeature(AbstractFeature *feature)
common::DataObjectReference getInterpretedFeatureDor() const
AbstractRepresentation * getRepresentation(unsigned int index) const
Proxy class for an abstract representation.
Definition: AbstractRepresentation.h:32