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

#include <GridConnectionSetRepresentation.h>

Inheritance diagram for resqml2_0_1::GridConnectionSetRepresentation:

Public Member Functions

 GridConnectionSetRepresentation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
 
 GridConnectionSetRepresentation (resqml2 ::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title)
 Creates an instance of this class in a gsoap context.
 
 GridConnectionSetRepresentation (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title)
 
 GridConnectionSetRepresentation (gsoap_resqml2_0_1::_resqml20__GridConnectionSetRepresentation *fromGsoap)
 
 ~GridConnectionSetRepresentation ()=default
 
common::DataObjectReference getHdfProxyDor () const final
 
uint64_t getCellIndexPairCount () const final
 
int64_t getCellIndexPairs (int64_t *cellIndexPairs) const final
 
uint64_t getCellIndexPairCountFromInterpretationIndex (int64_t interpretationIndex) const final
 
bool isAssociatedToInterpretations () const final
 
void getInterpretationIndexCumulativeCount (uint64_t *cumulativeCount) const final
 
void getInterpretationIndices (int64_t *interpretationIndices) const final
 
int64_t getInterpretationIndexNullValue () const final
 
void getGridConnectionSetInformationFromInterpretationIndex (int64_t *cellIndexPairs, unsigned short *gridIndexPairs, int *localFaceIndexPairs, int64_t interpretationIndex) const final
 
common::DataObjectReference getInterpretationDorFromIndex (uint64_t interpretationIndex) const final
 
uint64_t getInterpretationCount () const final
 
bool hasLocalFacePerCell () const final
 
int64_t getLocalFacePerCellIndexPairs (int *localFacePerCellIndexPairs) const final
 
bool isBasedOnMultiGrids () const final
 
void getGridIndexPairs (unsigned short *gridIndexPairs) const final
 
void setCellIndexPairsUsingExistingDataset (uint64_t cellIndexPairCount, const std::string &cellIndexPair, int64_t cellIndexPairNullValue, eml2 ::AbstractHdfProxy *proxy=nullptr, int64_t gridIndexPairNullValue=-1, const std::string &gridIndexPair="") final
 
void setInterpretationForAllConnections (resqml2 ::AbstractFeatureInterpretation *interp, eml2 ::AbstractHdfProxy *proxy=nullptr) final
 
void setLocalFacePerCellIndexPairsUsingExistingDataset (const std::string &localFacePerCellIndexPair, int64_t nullValue, eml2 ::AbstractHdfProxy *proxy=nullptr) final
 
void setConnectionInterpretationIndices (uint64_t const *cumulativeInterpCount, int64_t const *interpIndices, eml2 ::AbstractHdfProxy *proxy=nullptr) final
 
uint64_t getSupportingGridRepresentationCount () const final
 
common::DataObjectReference getSupportingGridRepresentationDor (uint64_t index) const final
 
virtual std::string getXmlNamespace () const final
 

Static Public Attributes

static const char * XML_NS
 

Detailed Description

A grid connection set representation.

Constructor & Destructor Documentation

◆ GridConnectionSetRepresentation() [1/4]

resqml2_0_1::GridConnectionSetRepresentation::GridConnectionSetRepresentation ( 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.

◆ GridConnectionSetRepresentation() [2/4]

resqml2_0_1::GridConnectionSetRepresentation::GridConnectionSetRepresentation ( 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 the instance represents.
guidA guid for the instance to create.
titleA title for the instance to create.

◆ GridConnectionSetRepresentation() [3/4]

resqml2_0_1::GridConnectionSetRepresentation::GridConnectionSetRepresentation ( common ::DataObjectRepository * repo,
const std::string & guid,
const std::string & title )

Creates an instance of this class in a gsoap context.

Parameters
[in,out]repoThe repo where this instance will be stored.
guidA guid for the instance to create.
titleA title for the instance to create.

◆ GridConnectionSetRepresentation() [4/4]

resqml2_0_1::GridConnectionSetRepresentation::GridConnectionSetRepresentation ( gsoap_resqml2_0_1::_resqml20__GridConnectionSetRepresentation * fromGsoap)
inline

Creates an instance of this class by wrapping a gsoap instance.

Parameters
[in,out]fromGsoapIf non-null, from gsoap.

◆ ~GridConnectionSetRepresentation()

resqml2_0_1::GridConnectionSetRepresentation::~GridConnectionSetRepresentation ( )
default

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

Member Function Documentation

◆ getXmlNamespace()

virtual std::string resqml2_0_1::GridConnectionSetRepresentation::getXmlNamespace ( ) const
inlinefinalvirtual

Get the standard XML namespace for serializing this data object.

Member Data Documentation

◆ XML_NS

const char* resqml2_0_1::GridConnectionSetRepresentation::XML_NS
static

The standard XML namespace for serializing this data object.


The documentation for this class was generated from the following file: