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::TriangulatedSetRepresentation Class Referencefinal

#include <TriangulatedSetRepresentation.h>

Inheritance diagram for resqml2_0_1::TriangulatedSetRepresentation:

Public Member Functions

 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
 

Static Public Attributes

static const char * XML_NS
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ 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]partialObjectIf 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]repoIf non-null, the repo.
guidUnique identifier.
titleThe 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_argumentIf interp == nullptr.
Parameters
[in]interpThe interpretation this representation represents.
guidThe guid to set to the new instance. If empty then a new guid will be generated.
titleA 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]fromGsoapIf non-null, from gsoap.

◆ ~TriangulatedSetRepresentation()

resqml2_0_1::TriangulatedSetRepresentation::~TriangulatedSetRepresentation ( )
default

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

Member Function Documentation

◆ getXmlNamespace()

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

Get the standard XML namespace for serializing this data object.

Member Data Documentation

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