21 #include "AbstractFeature.h"
37 DLL_IMPORT_OR_EXPORT
static const char*
XML_TAG;
39 DLL_IMPORT_OR_EXPORT
virtual std::string
getXmlTag()
const override {
return XML_TAG; }
58 BoundaryFeature(gsoap_resqml2_0_1::_resqml20__BoundaryFeature* fromGsoap): AbstractFeature(fromGsoap) {}
65 BoundaryFeature(gsoap_eml2_3::_resqml22__BoundaryFeature* fromGsoap): AbstractFeature(fromGsoap) {}
Proxy class for an abstract feature.
Definition: AbstractFeature.h:31
A boundary feature. This is an interface between two geological objects, such as horizons and faults....
Definition: BoundaryFeature.h:30
static const char * XML_TAG
Definition: BoundaryFeature.h:37
virtual std::string getXmlTag() const override
Definition: BoundaryFeature.h:39
virtual ~BoundaryFeature()=default