50 const std::string & guid,
const std::string & title, RESQML2_NS::WellboreTrajectoryRepresentation * traj);
62 DLL_IMPORT_OR_EXPORT
void setIntervalGridCells(int8_t
const* gridIndices, int8_t gridIndicesNullValue, int64_t
const* cellIndices,
63 int8_t
const* localFacePairPerCellIndices, int8_t localFacePairPerCellIndicesNullValue, EML2_NS::AbstractHdfProxy * hdfProxy =
nullptr) final;
65 DLL_IMPORT_OR_EXPORT uint64_t getCellCount() const final;
67 DLL_IMPORT_OR_EXPORT int8_t getGridIndices(int8_t* gridIndices) const final;
69 DLL_IMPORT_OR_EXPORT int64_t getCellIndices(int64_t* cellIndices) const final;
71 DLL_IMPORT_OR_EXPORT int8_t getLocalFacePairPerCellIndices(int8_t* localFacePairPerCellIndices) const final;
73 DLL_IMPORT_OR_EXPORT
void pushBackSupportingGridRepresentation(RESQML2_NS::AbstractGridRepresentation * supportingGridRep) final;
75 DLL_IMPORT_OR_EXPORT uint64_t getSupportingGridRepresentationCount() const final;
77 COMMON_NS::DataObjectReference getSupportingGridRepresentationDor(uint64_t index) const final;
82 DLL_IMPORT_OR_EXPORT static constexpr
char const* XML_NS = "resqml20";
87 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
98 void init(
const std::string & guid,
const std::string & title, RESQML2_NS::WellboreTrajectoryRepresentation * traj);
BlockedWellboreRepresentation(resqml2 ::WellboreInterpretation *interp, const std::string &guid, const std::string &title, resqml2 ::WellboreTrajectoryRepresentation *traj)
Creates an instance of this class in a gsoap context.