#include <TriangulatedSetRepresentation.h>
|
| TriangulatedSetRepresentation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) |
|
| TriangulatedSetRepresentation (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title) |
|
| 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::_resqml20__TriangulatedSetRepresentation *fromGsoap) |
|
| ~TriangulatedSetRepresentation ()=default |
|
common::DataObjectReference | getHdfProxyDor () const |
|
void | pushBackTrianglePatch (unsigned int nodeCount, double const *nodes, unsigned int triangleCount, unsigned int const *triangleNodeIndices, eml2 ::AbstractHdfProxy *proxy=nullptr, resqml2 ::AbstractLocal3dCrs *localCrs=nullptr) final |
|
uint64_t | getXyzPointCountOfPatch (unsigned int patchIndex) const final |
|
void | getXyzPointsOfPatch (unsigned int patchIndex, double *xyzPoints) const final |
|
uint64_t | getTriangleCountOfPatch (unsigned int patchIndex) const final |
|
uint64_t | getTriangleCountOfAllPatches () const final |
|
void | getTriangleNodeIndicesOfPatch (unsigned int patchIndex, unsigned int *triangleNodeIndices) const final |
|
void | getTriangleNodeIndicesOfAllPatches (unsigned int *triangleNodeIndices) const final |
|
uint64_t | getPatchCount () const final |
|
std::string | getXmlNamespace () const final |
|
A triangulated representation is a representation (most of time a surface) which is constituted by triangles. Usually all triangles are connected to each others by means of their nodes and edges.
◆ TriangulatedSetRepresentation() [1/4]
resqml2_0_1::TriangulatedSetRepresentation::TriangulatedSetRepresentation |
( |
gsoap_resqml2_0_1::eml20__DataObjectReference * | partialObject | ) |
|
|
inline |
Only to be used in partial transfer context
- Parameters
-
[in,out] | partialObject | If non-null, the partial object. |
◆ TriangulatedSetRepresentation() [2/4]
resqml2_0_1::TriangulatedSetRepresentation::TriangulatedSetRepresentation |
( |
common ::DataObjectRepository * | repo, |
|
|
const std::string & | guid, |
|
|
const std::string & | title ) |
Constructor
- Parameters
-
[in,out] | repo | If non-null, the repo. |
| guid | Unique identifier. |
| title | The title. |
◆ TriangulatedSetRepresentation() [3/4]
resqml2_0_1::TriangulatedSetRepresentation::TriangulatedSetRepresentation |
( |
resqml2 ::AbstractFeatureInterpretation * | interp, |
|
|
const std::string & | guid, |
|
|
const std::string & | title ) |
Creates an instance of this class in a gsoap context.
- Exceptions
-
std::invalid_argument | If interp == nullptr . |
- Parameters
-
[in] | interp | The interpretation this representation represents. |
| guid | The guid to set to the new instance. If empty then a new guid will be generated. |
| title | A title for the instance to create. |
◆ TriangulatedSetRepresentation() [4/4]
resqml2_0_1::TriangulatedSetRepresentation::TriangulatedSetRepresentation |
( |
gsoap_resqml2_0_1::_resqml20__TriangulatedSetRepresentation * | fromGsoap | ) |
|
|
inline |
Creates an instance of this class by wrapping a gsoap instance.
- Parameters
-
[in,out] | fromGsoap | If non-null, from gsoap. |
◆ ~TriangulatedSetRepresentation()
resqml2_0_1::TriangulatedSetRepresentation::~TriangulatedSetRepresentation |
( |
| ) |
|
|
default |
Destructor does nothing since the memory is managed by the gsoap context.
◆ getXmlNamespace()
std::string resqml2_0_1::TriangulatedSetRepresentation::getXmlNamespace |
( |
| ) |
const |
|
inlinefinal |
Get the standard XML namespace for serializing this data object.
◆ XML_NS
const char* resqml2_0_1::TriangulatedSetRepresentation::XML_NS |
|
static |
The standard XML namespace for serializing this data object.
The documentation for this class was generated from the following file: