21 #include "BoundaryFeatureInterpretation.h"
46 DLL_IMPORT_OR_EXPORT
static const char*
XML_TAG;
48 DLL_IMPORT_OR_EXPORT std::string
getXmlTag() const final {
return XML_TAG; }
64 FaultInterpretation() {}
71 FaultInterpretation(gsoap_resqml2_0_1::_resqml20__FaultInterpretation* fromGsoap) : BoundaryFeatureInterpretation(fromGsoap) {}
78 FaultInterpretation(gsoap_eml2_3::_resqml22__FaultInterpretation* fromGsoap) : BoundaryFeatureInterpretation(fromGsoap) {}
A boundary feature interpretation. This is the main class for data describing an opinion of a surface...
Definition: BoundaryFeatureInterpretation.h:35
A fault interpretation. This type of boundary feature contains the data describing an opinion about t...
Definition: FaultInterpretation.h:30
static const char * XML_TAG
Definition: FaultInterpretation.h:46
virtual ~FaultInterpretation()=default
virtual void pushBackThrowInterpretation(gsoap_resqml2_0_1::resqml20__ThrowKind throwKind)=0
std::string getXmlTag() const final
Definition: FaultInterpretation.h:48