21 #include "../resqml2/TriangulatedSetRepresentation.h"
23 namespace 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, RESQML2_NS::AbstractLocal3dCrs* localCrs =
nullptr) final;
81 DLL_IMPORT_OR_EXPORT uint64_t getXyzPointCountOfPatch(
unsigned int patchIndex) const final;
83 DLL_IMPORT_OR_EXPORT
void getXyzPointsOfPatch(
unsigned int patchIndex,
double * xyzPoints) const final;
85 DLL_IMPORT_OR_EXPORT
unsigned int getTriangleCountOfPatch(
unsigned int patchIndex) const final;
87 DLL_IMPORT_OR_EXPORT
unsigned int getTriangleCountOfAllPatches() const final;
89 DLL_IMPORT_OR_EXPORT
void getTriangleNodeIndicesOfPatch(
unsigned int patchIndex,
unsigned int * triangleNodeIndices) const final;
91 DLL_IMPORT_OR_EXPORT
void getTriangleNodeIndicesOfAllPatches(
unsigned int * triangleNodeIndices) const final;
93 DLL_IMPORT_OR_EXPORT
unsigned int getPatchCount() const final;
98 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
103 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
106 gsoap_resqml2_0_1::resqml20__PointGeometry* getPointGeometry2_0_1(
unsigned int patchIndex)
const;
Definition: TriangulatedSetRepresentation.h:31
~TriangulatedSetRepresentation()=default
TriangulatedSetRepresentation(gsoap_resqml2_0_1::_resqml20__TriangulatedSetRepresentation *fromGsoap)
Definition: TriangulatedSetRepresentation.h:71
TriangulatedSetRepresentation(common::DataObjectRepository *repo, const std::string &guid, const std::string &title)
common::DataObjectReference getHdfProxyDor() const
Gets the data object reference of the HDF proxy which is used for storing the numerical values of thi...
void pushBackTrianglePatch(unsigned int nodeCount, double const *nodes, unsigned int triangleCount, unsigned int const *triangleNodeIndices, eml2::AbstractHdfProxy *proxy=nullptr, resqml2::AbstractLocal3dCrs *localCrs=nullptr) 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