21 #include "WellboreFrameRepresentation.h"
25 class StratigraphicOccurrenceInterpretation;
71 DLL_IMPORT_OR_EXPORT virtual
void setIntervalStratigraphicUnits(
unsigned int const* stratiUnitIndices,
unsigned int nullValue,
StratigraphicOccurrenceInterpretation* stratiOccurrenceInterp, EML2_NS::AbstractHdfProxy* proxy) = 0;
80 DLL_IMPORT_OR_EXPORT virtual COMMON_NS::DataObjectReference getStratigraphicOccurrenceInterpretationDor() const = 0;
92 DLL_IMPORT_OR_EXPORT static const
char* XML_TAG;
94 DLL_IMPORT_OR_EXPORT virtual std::
string getXmlTag() const final {
return XML_TAG; }
109 WellboreMarkerFrameRepresentation() {}
116 WellboreMarkerFrameRepresentation(gsoap_resqml2_0_1::_resqml20__WellboreMarkerFrameRepresentation* fromGsoap) :
117 WellboreFrameRepresentation(fromGsoap) {}
124 WellboreMarkerFrameRepresentation(gsoap_eml2_3::_resqml22__WellboreMarkerFrameRepresentation* fromGsoap) :
125 WellboreFrameRepresentation(fromGsoap) {}
128 virtual void loadTargetRelationships()
override;
This class is a container for stratigraphic organizations described along a wellbore.
Definition: StratigraphicOccurrenceInterpretation.h:30
Proxy class for a wellbore frame representation. A wellbore frame representation is a representation ...
Definition: WellboreFrameRepresentation.h:35
A well log frame where each entry represents a well marker.
Definition: WellboreMarkerFrameRepresentation.h:30
virtual ~WellboreMarkerFrameRepresentation()=default
Representation of a wellbore marker that is located along a wellbore trajectory, one for each MD valu...
Definition: WellboreMarker.h:41