Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
resqml2_0_1::UnstructuredGridRepresentation Class Referencefinal

An unstructured grid representation. This class cannot be inherited. More...

#include <UnstructuredGridRepresentation.h>

Inheritance diagram for resqml2_0_1::UnstructuredGridRepresentation:

Public Member Functions

 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
 

Static Public Attributes

static const char * XML_NS
 

Detailed Description

An unstructured grid representation. This class cannot be inherited.

Constructor & Destructor Documentation

◆ 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]partialObjectIf 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]repoThe soap context where the underlying gsoap proxy is going to be created.
guidUnique identifier.
titleThe title.
cellCountNumber 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]interpIf non-null, the interp.
guidUnique identifier.
titleThe title.
cellCountNumber 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]fromGsoapIf non-null, from gsoap.

◆ ~UnstructuredGridRepresentation()

resqml2_0_1::UnstructuredGridRepresentation::~UnstructuredGridRepresentation ( )
default

Destructor does nothing since the memory is managed by the gsoap context.

Member Function Documentation

◆ getXmlNamespace()

std::string resqml2_0_1::UnstructuredGridRepresentation::getXmlNamespace ( ) const
inlinefinal

Get the standard XML namespace for serializing this data object.

Member Data Documentation

◆ 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: