37 DLL_IMPORT_OR_EXPORT
static constexpr char const* XML_TAG =
"GeobodyBoundaryInterpretation";
39 DLL_IMPORT_OR_EXPORT
virtual std::string getXmlTag() const final {
return XML_TAG; }
53 DLL_IMPORT_OR_EXPORT GeobodyBoundaryInterpretation(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) :
54 BoundaryFeatureInterpretation(partialObject) {}
61 GeobodyBoundaryInterpretation(gsoap_resqml2_0_1::_resqml20__GeobodyBoundaryInterpretation* fromGsoap) : BoundaryFeatureInterpretation(fromGsoap) {}
68 GeobodyBoundaryInterpretation(gsoap_eml2_3::_resqml22__GeobodyBoundaryInterpretation* fromGsoap) : BoundaryFeatureInterpretation(fromGsoap) {}
A type of boundary feature, this class identifies if the boundary is a geobody and the type of the bo...
Definition GeobodyBoundaryInterpretation.h:30
virtual ~GeobodyBoundaryInterpretation()=default