21 #include "AbstractFeatureInterpretation.h"
25 class BoundaryFeature;
42 DLL_IMPORT_OR_EXPORT
static const char*
XML_TAG;
44 DLL_IMPORT_OR_EXPORT
virtual std::string
getXmlTag()
const override {
return XML_TAG; }
56 BoundaryFeatureInterpretation() {}
63 BoundaryFeatureInterpretation(gsoap_resqml2_0_1::_resqml20__BoundaryFeatureInterpretation* fromGsoap) : AbstractFeatureInterpretation(fromGsoap) {}
70 BoundaryFeatureInterpretation(gsoap_eml2_3::_resqml22__BoundaryFeatureInterpretation* fromGsoap) : AbstractFeatureInterpretation(fromGsoap) {}
Proxy class for an abstract feature interpretation.
Definition: AbstractFeatureInterpretation.h:29
A boundary feature interpretation. This is the main class for data describing an opinion of a surface...
Definition: BoundaryFeatureInterpretation.h:35
virtual ~BoundaryFeatureInterpretation()=default
static const char * XML_TAG
Definition: BoundaryFeatureInterpretation.h:42
virtual std::string getXmlTag() const override
Definition: BoundaryFeatureInterpretation.h:44