21#include "witsml2_1/AbstractObject.h"
23#include "resqml2_0_1/WellboreMarkerFrameRepresentation.h"
35 const std::string & guid,
36 const std::string & title,
37 const std::string & mdDatum,
38 const double & mdBaseSample,
39 const double & mdTopSample);
51 gsoap_eml2_2::eml22__DataObjectReference* getWellboreDor()
const;
52 DLL_IMPORT_OR_EXPORT
class Wellbore* getWellbore()
const;
53 DLL_IMPORT_OR_EXPORT
void setWellbore(
class Wellbore* witsmlWellbore);
55 DLL_IMPORT_OR_EXPORT
static const char* XML_TAG;
56 DLL_IMPORT_OR_EXPORT
virtual std::string getXmlTag()
const {
return XML_TAG;}
58 void loadTargetRelationships();
Definition: AbstractObject.h:26
Definition: Wellbore.h:30
Definition: WellboreMarkerSet.h:28
~WellboreMarkerSet()
Definition: WellboreMarkerSet.h:49
WellboreMarkerSet(gsoap_eml2_2::witsml2__WellboreMarkerSet *fromGsoap)
Definition: WellboreMarkerSet.h:44
WellboreMarkerSet(class Wellbore *witsmlWellbore, const std::string &guid, const std::string &title, const std::string &mdDatum, const double &mdBaseSample, const double &mdTopSample)