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

An ijk grid lattice representation. This class cannot be inherited. More...

#include <IjkGridLatticeRepresentation.h>

Inheritance diagram for resqml2_2::IjkGridLatticeRepresentation:

Public Member Functions

 IjkGridLatticeRepresentation (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title, unsigned int iCount, unsigned int jCount, unsigned int kCount)
 Constructor.
 
 IjkGridLatticeRepresentation (resqml2 ::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title, unsigned int iCount, unsigned int jCount, unsigned int kCount)
 Constructor.
 
 IjkGridLatticeRepresentation (gsoap_eml2_3::_resqml22__IjkGridRepresentation *fromGsoap)
 Creates an instance of this class by wrapping a gsoap instance.
 
 IjkGridLatticeRepresentation (gsoap_eml2_3::_resqml22__TruncatedIjkGridRepresentation *fromGsoap)
 Constructor.
 
 ~IjkGridLatticeRepresentation ()=default
 
double getXOrigin () const final
 
double getYOrigin () const final
 
double getZOrigin () const final
 
double getXIOffset () const final
 
double getYIOffset () const final
 
double getZIOffset () const final
 
double getXJOffset () const final
 
double getYJOffset () const final
 
double getZJOffset () const final
 
double getXKOffset () const final
 
double getYKOffset () const final
 
double getZKOffset () const final
 
double getISpacing () const final
 
double getJSpacing () const final
 
double getKSpacing () const final
 
int getOriginInline () const final
 
int getOriginCrossline () const final
 
int getInlineIOffset () const final
 
int getInlineJOffset () const final
 
int getInlineKOffset () const final
 
int getCrosslineIOffset () const final
 
int getCrosslineJOffset () const final
 
int getCrosslineKOffset () const final
 
void setGeometryAsCoordinateLineNodes (gsoap_resqml2_0_1::resqml20__PillarShape mostComplexPillarGeometry, gsoap_resqml2_0_1::resqml20__KDirection kDirectionKind, bool isRightHanded, double originX, double originY, double originZ, double directionIX, double directionIY, double directionIZ, double spacingI, double directionJX, double directionJY, double directionJZ, double spacingJ, double directionKX, double directionKY, double directionKZ, double spacingK, resqml2 ::AbstractLocal3dCrs *localCrs=nullptr) final
 
void addSeismic3dCoordinatesToPatch (unsigned int patchIndex, double startInline, double incrInline, unsigned int countInline, double startCrossline, double incrCrossline, unsigned int countCrossline, unsigned int countSample, resqml2 ::AbstractRepresentation *seismicSupport) final
 
common::DataObjectReference getHdfProxyDor () const final
 
std::string getXmlNamespace () const final
 

Static Public Attributes

static const char * XML_NS
 

Detailed Description

An ijk grid lattice representation. This class cannot be inherited.

Constructor & Destructor Documentation

◆ IjkGridLatticeRepresentation() [1/4]

resqml2_2::IjkGridLatticeRepresentation::IjkGridLatticeRepresentation ( common ::DataObjectRepository * repo,
const std::string & guid,
const std::string & title,
unsigned int iCount,
unsigned int jCount,
unsigned int kCount )
inline

Constructor.

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.

◆ IjkGridLatticeRepresentation() [2/4]

resqml2_2::IjkGridLatticeRepresentation::IjkGridLatticeRepresentation ( resqml2 ::AbstractFeatureInterpretation * interp,
const std::string & guid,
const std::string & title,
unsigned int iCount,
unsigned int jCount,
unsigned int kCount )
inline

Constructor.

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.

◆ IjkGridLatticeRepresentation() [3/4]

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

◆ IjkGridLatticeRepresentation() [4/4]

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

Constructor.

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

◆ ~IjkGridLatticeRepresentation()

resqml2_2::IjkGridLatticeRepresentation::~IjkGridLatticeRepresentation ( )
default

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

Member Function Documentation

◆ getXmlNamespace()

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

Get the standard XML namespace for serializing this data object.

Member Data Documentation

◆ XML_NS

const char* resqml2_2::IjkGridLatticeRepresentation::XML_NS
static

The standard XML namespace for serializing this data object.


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