|
| UnstructuredGridRepresentation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) |
|
| UnstructuredGridRepresentation (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title, uint64_t cellCount) |
| Constructor.
|
|
| UnstructuredGridRepresentation (resqml2 ::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title, uint64_t cellCount) |
| Constructor.
|
|
| UnstructuredGridRepresentation (gsoap_eml2_3::_resqml22__UnstructuredGridRepresentation *fromGsoap) |
| Creates an instance of this class by wrapping a gsoap instance.
|
|
| ~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.