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_2::SubRepresentation Class Referencefinal

#include <SubRepresentation.h>

Inheritance diagram for resqml2_2::SubRepresentation:

Public Member Functions

 SubRepresentation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
 
 SubRepresentation (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title)
 
 SubRepresentation (resqml2 ::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title)
 Creates an instance of this class in a gsoap context. This instance must be linked to an interpretation.
 
 SubRepresentation (gsoap_eml2_3::_resqml22__SubRepresentation *fromGsoap)
 
 ~SubRepresentation ()=default
 
common::DataObjectReference getHdfProxyDor () const final
 
gsoap_eml2_3::eml23__IndexableElement getElementKindOfPatch (unsigned int patchIndex, unsigned int elementIndicesIndex) const final
 
uint64_t getElementCountOfPatch (unsigned int patchIndex) const final
 
void getElementIndicesOfPatch (unsigned int patchIndex, unsigned int elementIndicesIndex, uint64_t *elementIndices) const final
 
void getSupportingRepresentationIndicesOfPatch (unsigned int patchIndex, short *supportingRepresentationIndices) const final
 
bool areElementIndicesPairwise (unsigned int patchIndex) const final
 
bool areElementIndicesBasedOnLattice (unsigned int patchIndex, unsigned int elementIndicesIndex=0) const final
 
int64_t getLatticeElementIndicesStartValue (unsigned int patchIndex, unsigned int elementIndicesIndex=0) const
 
uint64_t getLatticeElementIndicesDimensionCount (unsigned int patchIndex, unsigned int elementIndicesIndex=0) const final
 
int64_t getLatticeElementIndicesOffsetValue (unsigned int latticeDimensionIndex, unsigned int patchIndex, unsigned int elementIndicesIndex=0) const final
 
uint64_t getLatticeElementIndicesOffsetCount (unsigned int latticeDimensionIndex, unsigned int patchIndex, unsigned int elementIndicesIndex=0) const final
 
void pushBackSubRepresentationPatch (gsoap_eml2_3::eml23__IndexableElement elementKind, uint64_t originIndex, unsigned int elementCountInSlowestDimension, unsigned int elementCountInMiddleDimension, unsigned int elementCountInFastestDimension) final
 
void pushBackSubRepresentationPatch (gsoap_eml2_3::eml23__IndexableElement elementKind0, gsoap_eml2_3::eml23__IndexableElement elementKind1, uint64_t elementCount, uint64_t *elementIndices0, uint64_t *elementIndices1, eml2 ::AbstractHdfProxy *proxy=nullptr) final
 
void pushBackRefToExistingDataset (gsoap_eml2_3::eml23__IndexableElement elementKind, uint64_t elementCount, const std::string &elementDataset, int64_t nullValue, eml2 ::AbstractHdfProxy *proxy, const std::string &supportingRepDataset="") final
 
uint64_t getPatchCount () const final
 
uint64_t getSupportingRepresentationCount () const final
 
common::DataObjectReference getSupportingRepresentationDor (uint64_t index) const final
 
std::string getXmlNamespace () const final
 

Static Public Attributes

static const char * XML_NS
 

Detailed Description

A sub representation.

Constructor & Destructor Documentation

◆ SubRepresentation() [1/4]

resqml2_2::SubRepresentation::SubRepresentation ( 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.

◆ SubRepresentation() [2/4]

resqml2_2::SubRepresentation::SubRepresentation ( common ::DataObjectRepository * repo,
const std::string & guid,
const std::string & title )

Creates an instance of this class in a gsoap context. This instance is not linked to any interpretation.

Parameters
[in,out]repoThe repo where the underlying gsoap proxy will be created.
guidThe guid to set to this instance.
titleA title for the instance to create.

◆ SubRepresentation() [3/4]

resqml2_2::SubRepresentation::SubRepresentation ( resqml2 ::AbstractFeatureInterpretation * interp,
const std::string & guid,
const std::string & title )

Creates an instance of this class in a gsoap context. This instance must be linked to an interpretation.

Exceptions
std::invalid_argumentIf interp == nullptr.
Parameters
[in]interpThe interpretation the instance represents.
guidThe guid to set to this instance.
titleA title for the instance to create.

◆ SubRepresentation() [4/4]

resqml2_2::SubRepresentation::SubRepresentation ( gsoap_eml2_3::_resqml22__SubRepresentation * fromGsoap)
inline

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

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

◆ ~SubRepresentation()

resqml2_2::SubRepresentation::~SubRepresentation ( )
default

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

Member Function Documentation

◆ getXmlNamespace()

std::string resqml2_2::SubRepresentation::getXmlNamespace ( ) const
inlinefinal

Get the standard XML namespace for serializing this data object.

Member Data Documentation

◆ XML_NS

const char* resqml2_2::SubRepresentation::XML_NS
static

The standard XML namespace for serializing this data object.


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