66 const std::string & guid,
const std::string & title, uint64_t lineCount);
94 DLL_IMPORT_OR_EXPORT uint64_t getWellboreTrajectoryCount() const final;
106 COMMON_NS::DataObjectReference getWellboreTrajectoryDor(uint64_t index) const final;
117 DLL_IMPORT_OR_EXPORT uint32_t getInjectorPerLine(uint32_t* injectorPerLine) const final;
128 DLL_IMPORT_OR_EXPORT uint32_t getProducerPerLine(uint32_t* producerPerLine) const final;
143 void setWellboreInformation(uint32_t const* injectorPerLine, uint32_t const* producerPerLine, const std::vector<RESQML2_NS::
WellboreTrajectoryRepresentation*> & wellboreTrajectories,
144 uint32_t nullValue = (std::numeric_limits<uint32_t>::max)(), EML2_NS::AbstractHdfProxy* hdfProxy =
nullptr) final;
157 DLL_IMPORT_OR_EXPORT
void getNodeCountPerLine(uint32_t * nodeCountPerPolyline) const final;
162 DLL_IMPORT_OR_EXPORT
void getXyzPointsOfPatch(
unsigned int patchIndex,
double * xyzPoints) const final;
185 DLL_IMPORT_OR_EXPORT
void setGeometry(
186 uint32_t const * nodeCountPerPolyline,
double const * xyzPoints,
187 EML2_NS::AbstractHdfProxy* hdfProxy =
nullptr, EML2_NS::AbstractLocal3dCrs* localCrs =
nullptr) final;
232 DLL_IMPORT_OR_EXPORT
void setIntervalGridCells(uint16_t const* gridIndices, uint16_t gridIndicesNullValue,
233 int64_t const* cellIndices,
234 uint8_t const* localFacePairPerCellIndices, uint8_t localFacePairPerCellIndicesNullValue,
235 const std::vector<RESQML2_NS::AbstractGridRepresentation*> & supportingGrids,
236 EML2_NS::AbstractHdfProxy * hdfProxy =
nullptr) final;
252 DLL_IMPORT_OR_EXPORT uint16_t getGridIndices(uint16_t * gridIndices) const final;
269 DLL_IMPORT_OR_EXPORT int64_t getCellIndices(int64_t * cellIndices) const final;
284 DLL_IMPORT_OR_EXPORT uint8_t getLocalFacePairPerCellIndices(uint8_t * localFacePairPerCellIndices) const final;
294 DLL_IMPORT_OR_EXPORT uint64_t getGridRepresentationCount() const final;
306 COMMON_NS::DataObjectReference getGridRepresentationDor(uint64_t index) const final;
315 COMMON_NS::DataObjectReference getHdfProxyDor() const final;
320 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
325 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
328 gsoap_eml2_3::resqml22__PointGeometry* getPointGeometry2_2(uint64_t patchIndex)
const final;
StreamlinesRepresentation(resqml2::GenericFeatureInterpretation *interp, const std::string &guid, const std::string &title, uint64_t lineCount)
Creates an instance of this class in a gsoap context.