An unstructured grid representation. This class cannot be inherited.
More...
#include <UnstructuredGridRepresentation.h>
|
| UnstructuredGridRepresentation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) |
|
| UnstructuredGridRepresentation (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title, uint64_t cellCount) |
|
| UnstructuredGridRepresentation (resqml2 ::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title, uint64_t cellCount) |
|
| UnstructuredGridRepresentation (gsoap_resqml2_0_1::_resqml20__UnstructuredGridRepresentation *fromGsoap) |
|
| ~UnstructuredGridRepresentation ()=default |
|
bool | hasGeometry () const final |
|
common::DataObjectReference | getHdfProxyDor () const final |
|
void | getXyzPointsOfPatch (unsigned int patchIndex, double *xyzPoints) const final |
|
void | getFaceIndicesOfCells (uint64_t *faceIndices) const final |
|
void | getCumulativeFaceCountPerCell (uint64_t *cumulativeFaceCountPerCell_) const final |
|
bool | isFaceCountOfCellsConstant () const final |
|
unsigned int | getConstantFaceCountOfCells () const final |
|
void | getNodeIndicesOfFaces (uint64_t *nodeIndices) const final |
|
void | getCumulativeNodeCountPerFace (uint64_t *nodeCountPerFace) const final |
|
bool | isNodeCountOfFacesConstant () const final |
|
unsigned int | getConstantNodeCountOfFaces () const final |
|
uint64_t | getCellCount () const final |
|
uint64_t | getFaceCount () const final |
|
uint64_t | getNodeCount () const final |
|
void | getCellFaceIsRightHanded (uint8_t *cellFaceIsRightHanded) const final |
|
void | setGeometryUsingExistingDatasets (const std::string &cellFaceIsRightHanded, const std::string &points, uint64_t pointCount, eml2 ::AbstractHdfProxy *proxy, const std::string &faceIndicesPerCell, const std::string &faceIndicesCumulativeCountPerCell, uint64_t faceCount, const std::string &nodeIndicesPerFace, const std::string &nodeIndicesCumulativeCountPerFace, gsoap_resqml2_0_1::resqml20__CellShape cellShape, resqml2 ::AbstractLocal3dCrs *localCrs=nullptr) final |
|
std::string | getXmlNamespace () const final |
|
An unstructured grid representation. This class cannot be inherited.
◆ UnstructuredGridRepresentation() [1/4]
resqml2_0_1::UnstructuredGridRepresentation::UnstructuredGridRepresentation |
( |
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. |
◆ UnstructuredGridRepresentation() [2/4]
resqml2_0_1::UnstructuredGridRepresentation::UnstructuredGridRepresentation |
( |
common ::DataObjectRepository * | repo, |
|
|
const std::string & | guid, |
|
|
const std::string & | title, |
|
|
uint64_t | cellCount ) |
Constructor
- Parameters
-
[in,out] | repo | The soap context where the underlying gsoap proxy is going to be created. |
| guid | Unique identifier. |
| title | The title. |
| cellCount | Number of cells. |
◆ UnstructuredGridRepresentation() [3/4]
resqml2_0_1::UnstructuredGridRepresentation::UnstructuredGridRepresentation |
( |
resqml2 ::AbstractFeatureInterpretation * | interp, |
|
|
const std::string & | guid, |
|
|
const std::string & | title, |
|
|
uint64_t | cellCount ) |
Constructor
- Parameters
-
[in,out] | interp | If non-null, the interp. |
| guid | Unique identifier. |
| title | The title. |
| cellCount | Number of cells. |
◆ UnstructuredGridRepresentation() [4/4]
resqml2_0_1::UnstructuredGridRepresentation::UnstructuredGridRepresentation |
( |
gsoap_resqml2_0_1::_resqml20__UnstructuredGridRepresentation * | fromGsoap | ) |
|
|
inline |
Creates an instance of this class by wrapping a gsoap instance.
- Parameters
-
[in,out] | fromGsoap | If non-null, from gsoap. |
◆ ~UnstructuredGridRepresentation()
resqml2_0_1::UnstructuredGridRepresentation::~UnstructuredGridRepresentation |
( |
| ) |
|
|
default |
Destructor does nothing since the memory is managed by the gsoap context.
◆ getXmlNamespace()
std::string resqml2_0_1::UnstructuredGridRepresentation::getXmlNamespace |
( |
| ) |
const |
|
inlinefinal |
Get the standard XML namespace for serializing this data object.
◆ XML_NS
const char* resqml2_0_1::UnstructuredGridRepresentation::XML_NS |
|
static |
The standard XML namespace for serializing this data object.
The documentation for this class was generated from the following file: