21#include "../resqml2/BlockedWellboreRepresentation.h"
50 const std::string & guid,
const std::string & title, RESQML2_NS::WellboreTrajectoryRepresentation * traj);
62 DLL_IMPORT_OR_EXPORT
void setIntervalGridCells(
char const* gridIndices,
char gridIndicesNullValue, int64_t
const* cellIndices,
63 char const* localFacePairPerCellIndices,
char localFacePairPerCellIndicesNullValue, EML2_NS::AbstractHdfProxy * hdfProxy)
final;
67 DLL_IMPORT_OR_EXPORT
char getGridIndices(
char* gridIndices) const final;
69 DLL_IMPORT_OR_EXPORT int64_t getCellIndices(int64_t* cellIndices) const final;
71 DLL_IMPORT_OR_EXPORT
char getLocalFacePairPerCellIndices(
char* localFacePairPerCellIndices) const final;
73 DLL_IMPORT_OR_EXPORT
void pushBackSupportingGridRepresentation(RESQML2_NS::AbstractGridRepresentation * supportingGridRep) final;
75 DLL_IMPORT_OR_EXPORT
unsigned int getSupportingGridRepresentationCount() const final;
77 COMMON_NS::DataObjectReference getSupportingGridRepresentationDor(
unsigned int index) const final;
82 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
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);
Definition: BlockedWellboreRepresentation.h:27
BlockedWellboreRepresentation(gsoap_eml2_3::_resqml22__BlockedWellboreRepresentation *fromGsoap)
Definition: BlockedWellboreRepresentation.h:57
uint64_t getCellCount() const final
~BlockedWellboreRepresentation()=default
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.
BlockedWellboreRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: BlockedWellboreRepresentation.h:37
void setIntervalGridCells(char const *gridIndices, char gridIndicesNullValue, int64_t const *cellIndices, char const *localFacePairPerCellIndices, char localFacePairPerCellIndicesNullValue, eml2::AbstractHdfProxy *hdfProxy) final