21 #include "../resqml2/RockVolumeFeature.h"
23 namespace RESQML2_2_NS
47 RockVolumeFeature(COMMON_NS::DataObjectRepository* repo,
const std::string & guid,
const std::string & title);
64 DLL_IMPORT_OR_EXPORT
static const char*
XML_TAG;
71 DLL_IMPORT_OR_EXPORT std::string
getXmlTag() const final {
return XML_TAG; }
76 DLL_IMPORT_OR_EXPORT
static const char*
XML_NS;
Definition: RockVolumeFeature.h:27
RockVolumeFeature(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: RockVolumeFeature.h:37
RockVolumeFeature(common::DataObjectRepository *repo, const std::string &guid, const std::string &title)
std::string getXmlTag() const final
Definition: RockVolumeFeature.h:71
~RockVolumeFeature()=default
std::string getXmlNamespace() const final
Definition: RockVolumeFeature.h:81
static const char * XML_TAG
Definition: RockVolumeFeature.h:64
static const char * XML_NS
Definition: RockVolumeFeature.h:76
RockVolumeFeature(gsoap_eml2_3::_resqml22__RockVolumeFeature *fromGsoap)
Definition: RockVolumeFeature.h:54