21 #include "../resqml2/AbstractValuesProperty.h" 
   22 #include "../resqml2/WellboreFrameRepresentation.h" 
   24 namespace RESQML2_2_NS
 
   50         WellboreFrameRepresentation(RESQML2_NS::WellboreInterpretation* interp, 
const std::string& guid, 
const std::string& title, RESQML2_NS::WellboreTrajectoryRepresentation* traj);
 
   55         DLL_IMPORT_OR_EXPORT 
static const char* 
XML_TAG;
 
   60         DLL_IMPORT_OR_EXPORT 
virtual std::string 
getXmlTag()
 const override { 
return XML_TAG; }
 
   65         DLL_IMPORT_OR_EXPORT 
static const char* 
XML_NS;
 
A wellbore frame representation.
Definition: WellboreFrameRepresentation.h:28
virtual std::string getXmlTag() const override
Definition: WellboreFrameRepresentation.h:60
WellboreFrameRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: WellboreFrameRepresentation.h:34
WellboreFrameRepresentation(gsoap_eml2_3::resqml22__WellboreFrameRepresentation *fromGsoap)
Definition: WellboreFrameRepresentation.h:40
std::string getXmlNamespace() const final
Definition: WellboreFrameRepresentation.h:70
static const char * XML_TAG
Definition: WellboreFrameRepresentation.h:55
static const char * XML_NS
Definition: WellboreFrameRepresentation.h:65
WellboreFrameRepresentation(resqml2::WellboreInterpretation *interp, const std::string &guid, const std::string &title, resqml2::WellboreTrajectoryRepresentation *traj)