21 #include "../resqml2/WellboreFrameRepresentation.h"
22 #include "../resqml2/AbstractValuesProperty.h"
24 namespace RESQML2_0_1_NS
60 WellboreFrameRepresentation(RESQML2_NS::WellboreInterpretation* interp,
const std::string& guid,
const std::string& title, RESQML2_NS::WellboreTrajectoryRepresentation* traj);
63 DLL_IMPORT_OR_EXPORT
static const char*
XML_TAG;
68 DLL_IMPORT_OR_EXPORT
virtual std::string
getXmlTag()
const override {
return XML_TAG; }
73 DLL_IMPORT_OR_EXPORT
static const char*
XML_NS;
Definition: WellboreFrameRepresentation.h:28
WellboreFrameRepresentation(resqml2::WellboreInterpretation *interp, const std::string &guid, const std::string &title, resqml2::WellboreTrajectoryRepresentation *traj)
virtual std::string getXmlTag() const override
Definition: WellboreFrameRepresentation.h:68
std::string getXmlNamespace() const final
Definition: WellboreFrameRepresentation.h:78
static const char * XML_TAG
Definition: WellboreFrameRepresentation.h:63
static const char * XML_NS
Definition: WellboreFrameRepresentation.h:73
WellboreFrameRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: WellboreFrameRepresentation.h:36
WellboreFrameRepresentation(gsoap_resqml2_0_1::_resqml20__WellboreFrameRepresentation *fromGsoap)
Definition: WellboreFrameRepresentation.h:44