21#include "../resqml2/TriangulatedSetRepresentation.h"
23namespace RESQML2_0_1_NS
51 const std::string & guid,
const std::string & title);
64 const std::string & guid,
const std::string & title);
78 DLL_IMPORT_OR_EXPORT
void pushBackTrianglePatch(
unsigned int nodeCount,
double const * nodes,
unsigned int triangleCount,
unsigned int const * triangleNodeIndices,
79 EML2_NS::AbstractHdfProxy* proxy =
nullptr, EML2_NS::AbstractLocal3dCrs* localCrs =
nullptr) final;
83 DLL_IMPORT_OR_EXPORT
void getXyzPointsOfPatch(
unsigned int patchIndex,
double * xyzPoints) const final;
98 DLL_IMPORT_OR_EXPORT static constexpr
char const*
XML_NS =
"resqml20";
106 gsoap_resqml2_0_1::resqml20__PointGeometry* getPointGeometry2_0_1(uint64_t patchIndex)
const;
static constexpr char const * XML_NS
Definition TriangulatedSetRepresentation.h:98
~TriangulatedSetRepresentation()=default
TriangulatedSetRepresentation(gsoap_resqml2_0_1::_resqml20__TriangulatedSetRepresentation *fromGsoap)
Definition TriangulatedSetRepresentation.h:71
void getXyzPointsOfPatch(unsigned int patchIndex, double *xyzPoints) const final
Gets all the xyz points of a particular patch of this representation. xyz points are given in the loc...
uint64_t getPatchCount() const final
TriangulatedSetRepresentation(common::DataObjectRepository *repo, const std::string &guid, const std::string &title)
uint64_t getXyzPointCountOfPatch(unsigned int patchIndex) const final
std::string getXmlNamespace() const final
Definition TriangulatedSetRepresentation.h:103
void getTriangleNodeIndicesOfPatch(unsigned int patchIndex, unsigned int *triangleNodeIndices) const final
void pushBackTrianglePatch(unsigned int nodeCount, double const *nodes, unsigned int triangleCount, unsigned int const *triangleNodeIndices, eml2::AbstractHdfProxy *proxy=nullptr, eml2::AbstractLocal3dCrs *localCrs=nullptr) final
uint64_t getTriangleCountOfAllPatches() const final
void getTriangleNodeIndicesOfAllPatches(unsigned int *triangleNodeIndices) const final
common::DataObjectReference getHdfProxyDor() const
Gets the data object reference of the HDF proxy which is used for storing the numerical values of thi...
uint64_t getTriangleCountOfPatch(unsigned int patchIndex) const final
TriangulatedSetRepresentation(resqml2::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title)
Creates an instance of this class in a gsoap context.
TriangulatedSetRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition TriangulatedSetRepresentation.h:41