21 #include "../resqml2/BlockedWellboreRepresentation.h"
23 namespace RESQML2_2_NS
50 const std::string & guid,
const std::string & title, RESQML2_NS::WellboreTrajectoryRepresentation * traj);
62 DLL_IMPORT_OR_EXPORT
void setIntervalGridCells(
unsigned int const* gridIndices,
unsigned int gridIndicesNullValue,
63 unsigned int cellCount, uint64_t
const* cellIndices,
64 unsigned char const* localFacePairPerCellIndices,
unsigned char localFacePairPerCellIndicesNullValue, EML2_NS::AbstractHdfProxy * hdfProxy)
final;
68 DLL_IMPORT_OR_EXPORT int64_t getGridIndices(
unsigned int * gridIndices) const final;
70 DLL_IMPORT_OR_EXPORT
void pushBackSupportingGridRepresentation(RESQML2_NS::AbstractGridRepresentation * supportingGridRep) final;
72 DLL_IMPORT_OR_EXPORT
unsigned int getSupportingGridRepresentationCount() const final;
74 COMMON_NS::DataObjectReference getSupportingGridRepresentationDor(
unsigned int index) const final;
79 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
84 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
95 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(unsigned int const *gridIndices, unsigned int gridIndicesNullValue, unsigned int cellCount, uint64_t const *cellIndices, unsigned char const *localFacePairPerCellIndices, unsigned char localFacePairPerCellIndicesNullValue, eml2::AbstractHdfProxy *hdfProxy) final