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;
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 uint64_t getTriangleCountOfPatch(
unsigned int patchIndex) const final;
87 DLL_IMPORT_OR_EXPORT uint64_t 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 uint64_t 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(uint64_t patchIndex)
const;
void pushBackTrianglePatch(unsigned int nodeCount, double const *nodes, unsigned int triangleCount, unsigned int const *triangleNodeIndices, eml2::AbstractHdfProxy *proxy=nullptr, eml2::AbstractLocal3dCrs *localCrs=nullptr) final