43 DLL_IMPORT_OR_EXPORT
virtual void set3dShape(gsoap_eml2_3::resqml22__Shape3d geobody3dShape) = 0;
50 DLL_IMPORT_OR_EXPORT
virtual bool has3dShape()
const = 0;
60 DLL_IMPORT_OR_EXPORT
virtual gsoap_eml2_3::resqml22__Shape3d
get3dShape()
const = 0;
63 DLL_IMPORT_OR_EXPORT
static constexpr char const* XML_TAG =
"GeobodyInterpretation";
65 DLL_IMPORT_OR_EXPORT
virtual std::string
getXmlTag() const final {
return XML_TAG; }
81 GeobodyInterpretation() {}
88 GeobodyInterpretation(gsoap_resqml2_0_1::_resqml20__GeobodyInterpretation* fromGsoap) : RESQML2_NS::AbstractFeatureInterpretation(fromGsoap) {}
95 GeobodyInterpretation(gsoap_eml2_3::_resqml22__GeobodyInterpretation* fromGsoap) : RESQML2_NS::AbstractFeatureInterpretation(fromGsoap) {}
A type of rock feature, this class identifies if a rock feature is a geobody with any qualifications ...
Definition GeobodyInterpretation.h:32
virtual ~GeobodyInterpretation()=default
virtual bool has3dShape() const =0
virtual std::string getXmlTag() const final
Definition GeobodyInterpretation.h:65
virtual gsoap_eml2_3::resqml22__Shape3d get3dShape() const =0
virtual void set3dShape(gsoap_eml2_3::resqml22__Shape3d geobody3dShape)=0