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

An ijk grid no geometry representation. This class cannot be inherited. More...

#include <IjkGridNoGeometryRepresentation.h>

Inheritance diagram for resqml2_2::IjkGridNoGeometryRepresentation:

Public Member Functions

 IjkGridNoGeometryRepresentation (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title, unsigned int iCount, unsigned int jCount, unsigned int kCount, bool *kGaps=nullptr, eml2 ::AbstractHdfProxy *proxy=nullptr)
 Constructor wiht no interpretation.
 
 IjkGridNoGeometryRepresentation (resqml2 ::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title, unsigned int iCount, unsigned int jCount, unsigned int kCount, bool *kGaps=nullptr, eml2 ::AbstractHdfProxy *proxy=nullptr)
 Constructor with an interpretation.
 
 IjkGridNoGeometryRepresentation (gsoap_eml2_3::_resqml22__IjkGridRepresentation *fromGsoap)
 Creates an instance of this class by wrapping a gsoap instance.
 
 IjkGridNoGeometryRepresentation (gsoap_eml2_3::_resqml22__TruncatedIjkGridRepresentation *fromGsoap)
 Constructor.
 
 ~IjkGridNoGeometryRepresentation ()=default
 
common::DataObjectReference getHdfProxyDor () const final
 
std::string getXmlNamespace () const final
 

Static Public Attributes

static const char * XML_NS
 

Detailed Description

An ijk grid no geometry representation. This class cannot be inherited.

Constructor & Destructor Documentation

◆ IjkGridNoGeometryRepresentation() [1/4]

resqml2_2::IjkGridNoGeometryRepresentation::IjkGridNoGeometryRepresentation ( common ::DataObjectRepository * repo,
const std::string & guid,
const std::string & title,
unsigned int iCount,
unsigned int jCount,
unsigned int kCount,
bool * kGaps = nullptr,
eml2 ::AbstractHdfProxy * proxy = nullptr )
inline

Constructor wiht no interpretation.

Parameters
[in]repoIf non-nullptr, the repo.
guidUnique identifier.
titleThe title.
iCountNumber of cell in I direction.
jCountNumber of cell in J direction.
kCountNumber of cell in K direction.
kGaps(Optional) Boolean array of length KCellCount-1. TRUE if there is a gap after the corresponding layer. Won't be freed by FESAPI.
[in]proxy(Optional) The HDF proxy for writing the enabledCells values. If nullptr (default), then the default HDF proxy will be used.

◆ IjkGridNoGeometryRepresentation() [2/4]

resqml2_2::IjkGridNoGeometryRepresentation::IjkGridNoGeometryRepresentation ( resqml2 ::AbstractFeatureInterpretation * interp,
const std::string & guid,
const std::string & title,
unsigned int iCount,
unsigned int jCount,
unsigned int kCount,
bool * kGaps = nullptr,
eml2 ::AbstractHdfProxy * proxy = nullptr )
inline

Constructor with an interpretation.

Parameters
[in]interpIf non-nullptr, the interp.
guidUnique identifier.
titleThe title.
iCountNumber of cell in I direction.
jCountNumber of cell in J direction.
kCountNumber of cell in K direction.
kGaps(Optional) Boolean array of length KCellCount-1. TRUE if there is a gap after the corresponding layer. Won't be freed by FESAPI.
[in]proxy(Optional) The HDF proxy for writing the enabledCells values. If nullptr (default), then the default HDF proxy will be used.

◆ IjkGridNoGeometryRepresentation() [3/4]

resqml2_2::IjkGridNoGeometryRepresentation::IjkGridNoGeometryRepresentation ( gsoap_eml2_3::_resqml22__IjkGridRepresentation * fromGsoap)
inline

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

Parameters
[in]fromGsoapIf non-nullptr, from gsoap.

◆ IjkGridNoGeometryRepresentation() [4/4]

resqml2_2::IjkGridNoGeometryRepresentation::IjkGridNoGeometryRepresentation ( gsoap_eml2_3::_resqml22__TruncatedIjkGridRepresentation * fromGsoap)
inline

Constructor.

Parameters
[in]fromGsoapIf non-nullptr, from gsoap.

◆ ~IjkGridNoGeometryRepresentation()

resqml2_2::IjkGridNoGeometryRepresentation::~IjkGridNoGeometryRepresentation ( )
default

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

Member Function Documentation

◆ getXmlNamespace()

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

Get the standard XML namespace for serializing this data object.

Member Data Documentation

◆ XML_NS

const char* resqml2_2::IjkGridNoGeometryRepresentation::XML_NS
static

The standard XML namespace for serializing this data object.


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