51 const std::string & guid,
const std::string & title);
64 const std::string & guid,
const std::string & title);
76 COMMON_NS::DataObjectReference getHdfProxyDor()
const;
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 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_eml2_3::resqml22__PointGeometry* getPointGeometry2_2(uint64_t patchIndex)
const;