Fesapi  2.0.0.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
Public Member Functions | List of all members
resqml2::IjkGridLatticeRepresentation Class Referenceabstract

The main use case for this class is the representation of a seismic cubes. Notice that, in seismic context, I is the slowest axis, J is the intermediate axis and K is the fastest axis. In reservoir grid, I is the fastest axis, J is the intermediate axis and K is slowest axis. It should be improved in future RESQML versions. More...

#include <IjkGridLatticeRepresentation.h>

Inheritance diagram for resqml2::IjkGridLatticeRepresentation:
resqml2::AbstractIjkGridRepresentation resqml2::AbstractColumnLayerGridRepresentation resqml2::AbstractGridRepresentation resqml2::AbstractRepresentation common::AbstractObject resqml2_0_1::IjkGridLatticeRepresentation resqml2_2::IjkGridLatticeRepresentation

Public Member Functions

virtual ~IjkGridLatticeRepresentation ()=default
 
bool isASeismicCube () const
 
bool isAFaciesCube () const
 
void getXyzPointsOfPatch (unsigned int patchIndex, double *xyzPoints) const final
 
virtual double getXOrigin () const =0
 
virtual double getYOrigin () const =0
 
virtual double getZOrigin () const =0
 
double getXOriginInGlobalCrs () const
 
double getYOriginInGlobalCrs () const
 
double getZOriginInGlobalCrs () const
 
virtual double getXIOffset () const =0
 
virtual double getYIOffset () const =0
 
virtual double getZIOffset () const =0
 
virtual double getXJOffset () const =0
 
virtual double getYJOffset () const =0
 
virtual double getZJOffset () const =0
 
virtual double getXKOffset () const =0
 
virtual double getYKOffset () const =0
 
virtual double getZKOffset () const =0
 
virtual double getISpacing () const =0
 
virtual double getJSpacing () const =0
 
virtual double getKSpacing () const =0
 
virtual int getOriginInline () const =0
 
virtual int getOriginCrossline () const =0
 
virtual int getInlineIOffset () const =0
 
virtual int getInlineJOffset () const =0
 
virtual int getInlineKOffset () const =0
 
virtual int getCrosslineIOffset () const =0
 
virtual int getCrosslineJOffset () const =0
 
virtual int getCrosslineKOffset () const =0
 
virtual 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)=0
 
virtual 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)=0
 
geometryKind getGeometryKind () const final
 
- Public Member Functions inherited from resqml2::AbstractIjkGridRepresentation
 AbstractIjkGridRepresentation (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)
 
 AbstractIjkGridRepresentation (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)
 
 AbstractIjkGridRepresentation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject, bool withTruncatedPillars=false)
 
virtual ~AbstractIjkGridRepresentation ()
 
unsigned int getICellCount () const
 
void setICellCount (unsigned int iCount)
 
unsigned int getJCellCount () const
 
void setJCellCount (unsigned int jCount)
 Sets the count of cells in the J direction. More...
 
uint64_t getCellCount () const final
 
unsigned int getColumnCount () const
 
unsigned int getPillarCount () const
 
unsigned int getKGapsCount () const
 
void getKGaps (bool *kGaps) const
 
unsigned int getFaceCount () const
 
unsigned int getIPillarFromGlobalIndex (unsigned int globalIndex) const
 
unsigned int getJPillarFromGlobalIndex (unsigned int globalIndex) const
 
unsigned int getGlobalIndexPillarFromIjIndex (unsigned int iPillar, unsigned int jPillar) const
 
unsigned int getIColumnFromGlobalIndex (unsigned int globalIndex) const
 
unsigned int getJColumnFromGlobalIndex (unsigned int globalIndex) const
 
unsigned int getGlobalIndexColumnFromIjIndex (unsigned int iColumn, unsigned int jColumn) const
 
unsigned int getGlobalIndexCellFromIjkIndex (unsigned int iCell, unsigned int jCell, unsigned int kCell) const
 
bool isRightHanded () const
 
void getPillarsOfSplitCoordinateLines (unsigned int *pillarIndices, bool reverseIAxis=false, bool reverseJAxis=false) const
 
void getColumnsOfSplitCoordinateLines (unsigned int *columnIndices, bool reverseIAxis=false, bool reverseJAxis=false) const
 
void getColumnCountOfSplitCoordinateLines (unsigned int *columnIndexCountPerSplitCoordinateLine) const
 
unsigned long getSplitCoordinateLineCount () const
 
unsigned long getBlockSplitCoordinateLineCount () const
 
uint64_t getSplitNodeCount () const
 
void getPillarGeometryIsDefined (bool *pillarGeometryIsDefined, bool reverseIAxis=false, bool reverseJAxis=false) const
 
bool hasEnabledCellInformation () const
 
void getEnabledCells (bool *enabledCells, bool reverseIAxis=false, bool reverseJAxis=false, bool reverseKAxis=false) const
 
void setEnabledCells (unsigned char *enabledCells, eml2::AbstractHdfProxy *proxy=nullptr)
 
void loadSplitInformation ()
 
void loadBlockInformation (unsigned int iInterfaceStart, unsigned int iInterfaceEnd, unsigned int jInterfaceStart, unsigned int jInterfaceEnd, unsigned int kInterfaceStart, unsigned int kInterfaceEnd)
 
void unloadSplitInformation ()
 
bool isColumnEdgeSplitted (unsigned int iColumn, unsigned int jColumn, unsigned int edge) const
 Checks either a given column edge is splitted or not. This method requires that you have already loaded the split information. More...
 
uint64_t getXyzPointIndexFromCellCorner (unsigned int iCell, unsigned int jCell, unsigned int kCell, unsigned int corner) const
 Gets the XYZ point index in the HDF dataset from the corner of a cell. This method requires that you have already loaded the split information. More...
 
void getXyzPointOfBlockFromCellCorner (unsigned int iCell, unsigned int jCell, unsigned int kCell, unsigned int corner, const double *xyzPoints, double &x, double &y, double &z) const
 Gets the x, y and z values of the corner of a cell of a given block. This method requires that you have already both loaded the block information and get the geometry of the block thanks to getXyzPointsOfBlock(). More...
 
uint64_t getXyzPointCountOfKInterface () const
 
uint64_t getXyzPointCountOfBlock () const
 
void getXyzPointsOfKInterface (unsigned int kInterface, double *xyzPoints)
 
virtual void getXyzPointsOfKInterfaceSequence (unsigned int kInterfaceStart, unsigned int kInterfaceEnd, double *xyzPoints)
 Gets all the XYZ points of a particular sequence of K interfaces. XYZ points are given in the local CRS. More...
 
virtual void getXyzPointsOfBlock (double *xyzPoints)
 Gets all the XYZ points of the current block. XYZ points are given in the local CRS. Block information must be loaded. More...
 
virtual bool isNodeGeometryCompressed () const
 
gsoap_resqml2_0_1::resqml20__KDirection getKDirection () const override
 
virtual common::DataObjectReference getHdfProxyDor () const override
 Gets the data object reference of the HDF proxy which is used for storing the numerical values of this representation (i.e. its geometry). More...
 
virtual uint64_t getXyzPointCountOfPatch (unsigned int patchIndex) const override
 
std::string getXmlTag () const final
 
unsigned int getPatchCount () const override
 
virtual std::string getXmlNamespace () const override
 
- Public Member Functions inherited from resqml2::AbstractColumnLayerGridRepresentation
virtual ~AbstractColumnLayerGridRepresentation ()=default
 
unsigned int getKCellCount () const
 
void setKCellCount (unsigned int kCount)
 
void setIntervalAssociationWithStratigraphicOrganizationInterpretation (uint64_t *stratiUnitIndices, uint64_t nullValue, resqml2::AbstractStratigraphicOrganizationInterpretation *stratiOrgInterp, eml2::AbstractHdfProxy *hdfProxy=nullptr)
 
common::DataObjectReference getStratigraphicOrganizationInterpretationDor () const final
 
bool hasIntervalStratigraphicUnitIndices () const
 
uint64_t getIntervalStratigraphicUnitIndices (uint64_t *stratiUnitIndices)
 
gsoap_resqml2_0_1::resqml20__PillarShape getMostComplexPillarGeometry () const
 
- Public Member Functions inherited from resqml2::AbstractGridRepresentation
virtual ~AbstractGridRepresentation ()=default
 
std::vector< class GridConnectionSetRepresentation * > getGridConnectionSetRepresentationSet () const
 
unsigned int getGridConnectionSetRepresentationCount () const
 
class GridConnectionSetRepresentationgetGridConnectionSetRepresentation (unsigned int index) const
 
AbstractGridRepresentationgetParentGrid () const
 
common::DataObjectReference getParentGridDor () const
 
std::vector< resqml2::AbstractGridRepresentation * > getChildGridSet () const
 
unsigned int getChildGridCount () const
 
AbstractGridRepresentationgetChildGrid (unsigned int index) const
 
void setParentWindow (uint64_t *cellIndices, uint64_t cellIndexCount, class UnstructuredGridRepresentation *parentGrid, eml2::AbstractHdfProxy *proxy=nullptr)
 
void setParentWindow (unsigned int *columnIndices, unsigned int columnIndexCount, unsigned int kLayerIndexRegridStart, unsigned int *childCellCountPerInterval, unsigned int *parentCellCountPerInterval, unsigned int intervalCount, class AbstractColumnLayerGridRepresentation *parentGrid, eml2::AbstractHdfProxy *proxy=nullptr, double *childCellWeights=nullptr)
 
void setParentWindow (unsigned int iCellIndexRegridStart, unsigned int *childCellCountPerIInterval, unsigned int *parentCellCountPerIInterval, unsigned int iIntervalCount, unsigned int jCellIndexRegridStart, unsigned int *childCellCountPerJInterval, unsigned int *parentCellCountPerJInterval, unsigned int jIntervalCount, unsigned int kCellIndexRegridStart, unsigned int *childCellCountPerKInterval, unsigned int *parentCellCountPerKInterval, unsigned int kIntervalCount, class AbstractIjkGridRepresentation *parentGrid, eml2::AbstractHdfProxy *proxy=nullptr, double *iChildCellWeights=nullptr, double *jChildCellWeights=nullptr, double *kChildCellWeights=nullptr)
 
void setParentWindow (unsigned int iCellIndexRegridStart, unsigned int constantChildCellCountPerIInterval, unsigned int constantParentCellCountPerIInterval, unsigned int iIntervalCount, unsigned int jCellIndexRegridStart, unsigned int constantChildCellCountPerJInterval, unsigned int constantParentCellCountPerJInterval, unsigned int jIntervalCount, unsigned int kCellIndexRegridStart, unsigned int constantChildCellCountPerKInterval, unsigned int constantParentCellCountPerKInterval, unsigned int kIntervalCount, class AbstractIjkGridRepresentation *parentGrid, eml2::AbstractHdfProxy *proxy=nullptr, double *iChildCellWeights=nullptr, double *jChildCellWeights=nullptr, double *kChildCellWeights=nullptr)
 Indicates that this grid takes place into another IJK parent grid. This method assumes that the count of cells per regrid interval is constant in both child and parent grids. More...
 
void setParentWindow (unsigned int iCellIndexRegridStart, unsigned int iChildCellCount, unsigned int iParentCellCount, unsigned int jCellIndexRegridStart, unsigned int jChildCellCount, unsigned int jParentCellCount, unsigned int kCellIndexRegridStart, unsigned int kChildCellCount, unsigned int kParentCellCount, class AbstractIjkGridRepresentation *parentGrid, eml2::AbstractHdfProxy *proxy=nullptr, double *iChildCellWeights=nullptr, double *jChildCellWeights=nullptr, double *kChildCellWeights=nullptr)
 
void setForcedNonRegridedParentCell (uint64_t *cellIndices, uint64_t cellIndexCount)
 
void setCellOverlap (uint64_t parentChildCellPairCount, uint64_t *parentChildCellPair, const std::string &volumeUom, double *overlapVolumes=nullptr)
 
int64_t getParentCellIndexCount () const
 
void getParentCellIndices (uint64_t *parentCellIndices) const
 
int64_t getParentColumnIndexCount () const
 
void getParentColumnIndices (uint64_t *parentColumnIndices) const
 
uint64_t getRegridStartIndexOnParentGrid (char dimension) const
 
uint64_t getRegridIntervalCount (char dimension) const
 
bool isRegridCellCountPerIntervalConstant (char dimension, bool childVsParentCellCount) const
 
uint64_t getRegridConstantCellCountPerInterval (char dimension, bool childVsParentCellCount) const
 
void getRegridCellCountPerInterval (char dimension, uint64_t *childCellCountPerInterval, bool childVsParentCellCount) const
 
bool hasRegridChildCellWeights (char dimension) const
 
void getRegridChildCellWeights (char dimension, double *childCellWeights) const
 
bool hasForcedNonRegridedParentCell () const
 
void setCellAssociationWithStratigraphicOrganizationInterpretation (uint64_t *stratiUnitIndices, uint64_t nullValue, class AbstractStratigraphicOrganizationInterpretation *stratiOrgInterp)
 
class AbstractStratigraphicOrganizationInterpretationgetStratigraphicOrganizationInterpretation () const
 
bool hasCellStratigraphicUnitIndices () const
 
uint64_t getCellStratigraphicUnitIndices (uint64_t *stratiUnitIndices)
 
void setCellAssociationWithRockFluidOrganizationInterpretation (uint64_t *rockFluidUnitIndices, uint64_t nullValue, class RockFluidOrganizationInterpretation *rockFluidOrgInterp)
 
class RockFluidOrganizationInterpretationgetRockFluidOrganizationInterpretation () const
 
virtual common::DataObjectReference getRockFluidOrganizationInterpretationDor () const
 
bool hasCellFluidPhaseUnitIndices () const
 
uint64_t getCellFluidPhaseUnitIndices (uint64_t *rockfluidUnitIndices)
 
bool isTruncated () const
 
uint64_t getTruncatedFaceCount () const
 
void getNodeIndicesOfTruncatedFaces (uint64_t *nodeIndices) const
 
void getCumulativeNodeCountPerTruncatedFace (uint64_t *nodeCountPerFace) const
 
void getNodeCountPerTruncatedFace (uint64_t *nodeCountPerFace) const
 
uint64_t getTruncatedCellCount () const
 
void getTruncatedCellIndices (uint64_t *cellIndices) const
 
void getTruncatedFaceIndicesOfTruncatedCells (uint64_t *faceIndices) const
 
void getCumulativeTruncatedFaceCountPerTruncatedCell (uint64_t *cumulativeFaceCountPerCell) const
 
void getTruncatedFaceCountPerTruncatedCell (uint64_t *faceCountPerCell) const
 
void getNonTruncatedFaceIndicesOfTruncatedCells (uint64_t *faceIndices) const
 
void getCumulativeNonTruncatedFaceCountPerTruncatedCell (uint64_t *cumulativeFaceCountPerCell) const
 
void getNonTruncatedFaceCountPerTruncatedCell (uint64_t *faceCountPerCell) const
 
void getTruncatedFaceIsRightHanded (unsigned char *cellFaceIsRightHanded) const
 
void loadTargetRelationships ()
 
- Public Member Functions inherited from resqml2::AbstractRepresentation
virtual ~AbstractRepresentation ()=default
 
class AbstractLocal3dCrsgetLocalCrs (unsigned int patchIndex) const
 
virtual common::DataObjectReference getLocalCrsDor (unsigned int patchIndex) const
 
std::vector< class AbstractProperty * > getPropertySet () const
 
void setInterpretation (class AbstractFeatureInterpretation *interp)
 
class AbstractFeatureInterpretationgetInterpretation () const
 
common::DataObjectReference getInterpretationDor () const
 
uint64_t getXyzPointCountOfAllPatches () const
 
void getXyzPointsOfPatchInGlobalCrs (unsigned int patchIndex, double *xyzPoints) const
 Gets all the xyz points of a particular patch of this representation. xyz points are given in the global CRS. More...
 
void getXyzPointsOfAllPatches (double *xyzPoints) const
 Gets all the xyz points of all patches of this representation. xyz points are given in the local CRS. More...
 
bool isInSingleLocalCrs () const
 
bool isInSingleGlobalCrs () const
 
void getXyzPointsOfAllPatchesInGlobalCrs (double *xyzPoints) const
 
AbstractRepresentationgetSeismicSupportOfPatch (const unsigned int &patchIndex) const
 
std::set< AbstractRepresentation * > getAllSeismicSupport () const
 
void pushBackIntoRepresentationSet (class RepresentationSetRepresentation *repSet)
 
void addSeismic3dCoordinatesToPatch (unsigned int patchIndex, double *inlines, double *crosslines, unsigned int pointCount, resqml2::AbstractRepresentation *seismicSupport, eml2::AbstractHdfProxy *proxy)
 
void addSeismic3dCoordinatesToPatch (unsigned int patchIndex, double startInline, double incrInline, unsigned int countInline, double startCrossline, double incrCrossline, unsigned int countCrossline, resqml2::AbstractRepresentation *seismicSupport)
 
void addSeismic2dCoordinatesToPatch (unsigned int patchIndex, double *lineAbscissa, resqml2::AbstractRepresentation *seismicSupport, eml2::AbstractHdfProxy *proxy)
 
void getSeismicLineAbscissaOfPointsOfPatch (unsigned int patchIndex, double *values) const
 
void getInlinesOfPointsOfPatch (unsigned int patchIndex, double *values) const
 
void getCrosslinesOfPointsOfPatch (unsigned int patchIndex, double *values) const
 
- Public Member Functions inherited from common::AbstractObject
bool isPartial () const
 
virtual bool isTopLevelElement () const
 
std::string getUuid () const
 
std::string getTitle () const
 
std::string getEditor () const
 
time_t getCreation () const
 
tm getCreationAsTimeStructure () const
 
std::string getOriginator () const
 
std::string getDescription () const
 
time_t getLastUpdate () const
 
tm getLastUpdateAsTimeStructure () const
 
std::string getFormat () const
 
std::string getDescriptiveKeywords () const
 
std::string getVersion () const
 
void setTitle (const std::string &title)
 
void setEditor (const std::string &editor)
 
void setCreation (time_t creation)
 
void setCreation (const tm &creation)
 
void setOriginator (const std::string &originator)
 
void setDescription (const std::string &description)
 
void setLastUpdate (time_t lastUpdate)
 
void setLastUpdate (const tm &lastUpdate)
 
void setDescriptiveKeywords (const std::string &descriptiveKeywords)
 
void setVersion (const std::string &version)
 
void setMetadata (const std::string &title, const std::string &editor, time_t creation, const std::string &originator, const std::string &description, time_t lastUpdate, const std::string &descriptiveKeywords)
 
void serializeIntoStream (std::ostream *stream)
 
void setGsoapProxy (gsoap_resqml2_0_1::eml20__AbstractCitedDataObject *gsoapProxy)
 
void setGsoapProxy (gsoap_eml2_1::eml21__AbstractObject *gsoapProxy)
 
gsoap_resqml2_0_1::eml20__AbstractCitedDataObject * getEml20GsoapProxy () const
 
gsoap_eml2_1::eml21__AbstractObject * getEml21GsoapProxy () const
 
gsoap_eml2_2::eml22__AbstractObject * getEml22GsoapProxy () const
 
void setGsoapProxy (gsoap_eml2_2::eml22__AbstractObject *gsoapProxy)
 
gsoap_eml2_3::eml23__AbstractObject * getEml23GsoapProxy () const
 
void setGsoapProxy (gsoap_eml2_3::eml23__AbstractObject *gsoapProxy)
 
soap * getGsoapContext () const
 
int getGsoapType () const
 
gsoap_resqml2_0_1::eml20__DataObjectReference * newResqmlReference () const
 
gsoap_eml2_1::eml21__DataObjectReference * newEmlReference () const
 
gsoap_eml2_2::eml22__DataObjectReference * newEml22Reference () const
 
gsoap_eml2_3::eml23__DataObjectReference * newEml23Reference () const
 
gsoap_resqml2_0_1::resqml20__ContactElementReference * newContactElementReference2_0_1 () const
 
gsoap_eml2_3::resqml22__ContactElement * newContactElementReference2_2 () const
 
common::DataObjectRepositorygetRepository () const
 
virtual std::string getXmlNamespaceVersion () const
 
virtual std::string getContentType () const
 
virtual std::string getQualifiedType () const
 
virtual std::string getPartNameInEpcDocument () const
 
std::string serializeIntoString ()
 
void addAlias (const std::string &authority, const std::string &title)
 
unsigned int getAliasCount () const
 
std::string getAliasAuthorityAtIndex (unsigned int index) const
 
std::string getAliasTitleAtIndex (unsigned int index) const
 
std::vector< eml2::Activity * > getActivitySet () const
 
unsigned int getActivityCount () const
 
eml2::ActivitygetActivity (unsigned int index) const
 
void pushBackExtraMetadata (const std::string &key, const std::string &value)
 
std::unordered_map< std::string, std::string > getExtraMetadataSet () const
 
std::vector< std::string > getExtraMetadata (const std::string &key) const
 
unsigned int getExtraMetadataCount () const
 
std::string getExtraMetadataKeyAtIndex (unsigned int index) const
 
std::string getExtraMetadataStringValueAtIndex (unsigned int index) const
 

Additional Inherited Members

- Public Types inherited from resqml2::AbstractIjkGridRepresentation
enum  geometryKind {
  UNKNOWN = 0 , EXPLICIT = 1 , PARAMETRIC = 2 , LATTICE = 3 ,
  NO_GEOMETRY = 4
}
 
- Public Types inherited from resqml2::AbstractRepresentation
enum  indexableElement {
  NODE = 0 , EDGE = 1 , FACE = 2 , VOLUME = 3 ,
  PILLAR = 4
}
 
- Public Types inherited from common::AbstractObject
enum  hdfDatatypeEnum {
  UNKNOWN = 0 , DOUBLE = 1 , FLOAT = 2 , LONG_64 = 3 ,
  ULONG_64 = 4 , INT = 5 , UINT = 6 , SHORT = 7 ,
  USHORT = 8 , CHAR = 9 , UCHAR = 10
}
 
- Static Public Member Functions inherited from common::AbstractObject
static void setFormat (const std::string &vendor, const std::string &applicationName, const std::string &applicationVersionNumber)
 
- Static Public Attributes inherited from resqml2::AbstractIjkGridRepresentation
static const char * XML_TAG
 
static const char * XML_TAG_TRUNCATED
 
- Static Public Attributes inherited from resqml2::AbstractGridRepresentation
static const char * XML_TAG
 
- Static Public Attributes inherited from resqml2::AbstractRepresentation
static const char * XML_TAG
 

Detailed Description

The main use case for this class is the representation of a seismic cubes. Notice that, in seismic context, I is the slowest axis, J is the intermediate axis and K is the fastest axis. In reservoir grid, I is the fastest axis, J is the intermediate axis and K is slowest axis. It should be improved in future RESQML versions.

Constructor & Destructor Documentation

◆ ~IjkGridLatticeRepresentation()

virtual resqml2::IjkGridLatticeRepresentation::~IjkGridLatticeRepresentation ( )
virtualdefault

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

Reimplemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

Member Function Documentation

◆ addSeismic3dCoordinatesToPatch()

virtual void resqml2::IjkGridLatticeRepresentation::addSeismic3dCoordinatesToPatch ( unsigned int  patchIndex,
double  startInline,
double  incrInline,
unsigned int  countInline,
double  startCrossline,
double  incrCrossline,
unsigned int  countCrossline,
unsigned int  countSample,
resqml2::AbstractRepresentation seismicSupport 
)
pure virtual

Pushes back a patch of seismic 3D coordinates.

Exceptions
std::logic_errorIf this grid is partial.
std::invalid_argumentIf patchIndex does not identify a point geometry.
std:invalid_argumentIf seismicSupport is nullptr.
std::invalid_argumentIf it already exists some seismic 2d coordinates for this patch.
Parameters
patchIndexZero-based index of the patch to push. It must be consistent with the index of the geometry patch it is related to.
startInlineThe start inline.
incrInlineThe inline increment.
countInlineThe count of inlines.
startCrosslineThe start crossline.
incrCrosslineThe crossline increment.
countCrosslineThe count of crosslines.
countSampleThe count of samples.
[in]seismicSupportThe seismic support of the patch to push.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getCrosslineIOffset()

virtual int resqml2::IjkGridLatticeRepresentation::getCrosslineIOffset ( ) const
pure virtual

Gets the crossline I offset value. Notice that I is the slowest axis in the seismic context.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The crossline I offset value if successful, otherwise 0.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getCrosslineJOffset()

virtual int resqml2::IjkGridLatticeRepresentation::getCrosslineJOffset ( ) const
pure virtual

Gets the crossline J offset value.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The crossline J offset value if successful, otherwise 0.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getCrosslineKOffset()

virtual int resqml2::IjkGridLatticeRepresentation::getCrosslineKOffset ( ) const
pure virtual

Gets the crossline K offset value. Notice that K is the fastest axis in the seismic context.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The crossline K offset value if successful, otherwise 0.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getGeometryKind()

geometryKind resqml2::IjkGridLatticeRepresentation::getGeometryKind ( ) const
finalvirtual

Gets the geometry kind of this IJK grid.

Returns
The geometry kind of this IJK grid.

Reimplemented from resqml2::AbstractIjkGridRepresentation.

◆ getInlineIOffset()

virtual int resqml2::IjkGridLatticeRepresentation::getInlineIOffset ( ) const
pure virtual

Gets the inline I offset value. Notice that I is the slowest axis in the seismic context.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The inline I offset value if successful, otherwise 0.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getInlineJOffset()

virtual int resqml2::IjkGridLatticeRepresentation::getInlineJOffset ( ) const
pure virtual

Gets the inline J offset value.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The inline J offset value if successful, otherwise 0.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getInlineKOffset()

virtual int resqml2::IjkGridLatticeRepresentation::getInlineKOffset ( ) const
pure virtual

Gets the inline K offset value. Notice that K is the fastest axis in the seismic context.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The inline K offset value if successful, otherwise 0.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getISpacing()

virtual double resqml2::IjkGridLatticeRepresentation::getISpacing ( ) const
pure virtual

Gets the I spacing of this regular (seismic) grid. Notice that I is the slowest axis in the seismic context.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The I spacing if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getJSpacing()

virtual double resqml2::IjkGridLatticeRepresentation::getJSpacing ( ) const
pure virtual

Gets the J spacing of this regular (seismic) grid.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The J spacing if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getKSpacing()

virtual double resqml2::IjkGridLatticeRepresentation::getKSpacing ( ) const
pure virtual

Gets the K spacing of this regular (seismic) grid. Notice that K is the fastest axis in the seismic context.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The K spacing if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getOriginCrossline()

virtual int resqml2::IjkGridLatticeRepresentation::getOriginCrossline ( ) const
pure virtual

Gets the label of the first crossline.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The label of the first crossline if successful, otherwise 0.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getOriginInline()

virtual int resqml2::IjkGridLatticeRepresentation::getOriginInline ( ) const
pure virtual

Gets the label of the first inline.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The label of the first inline if successful, otherwise 0.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getXIOffset()

virtual double resqml2::IjkGridLatticeRepresentation::getXIOffset ( ) const
pure virtual

Gets the X coordinate of the I offset of this geometry. Notice that I is the slowest axis in the seismic context. The X coordinate is given in the local CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The X coordinate of the I offset if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getXJOffset()

virtual double resqml2::IjkGridLatticeRepresentation::getXJOffset ( ) const
pure virtual

Gets the X coordinate of the J offset of this geometry. The X coordinate is given in the local CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The X coordinate of the J offset if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getXKOffset()

virtual double resqml2::IjkGridLatticeRepresentation::getXKOffset ( ) const
pure virtual

Gets the X coordinate of the K offset of this geometry. Notice that K is the fastest axis in the seismic context. The X coordinate is given in the local CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The X coordinate of the K offset if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getXOrigin()

virtual double resqml2::IjkGridLatticeRepresentation::getXOrigin ( ) const
pure virtual

Gets the X coordinate of the origin of this geometry. The X coordinate is given in the local CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The X coordinate of the origin point if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getXOriginInGlobalCrs()

double resqml2::IjkGridLatticeRepresentation::getXOriginInGlobalCrs ( ) const

Gets the X coordinate origin of this geometry. The X coordinate is given in the global CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The X coordinate of the origin point if successful, otherwise double.NAN.

◆ getXyzPointsOfPatch()

void resqml2::IjkGridLatticeRepresentation::getXyzPointsOfPatch ( unsigned int  patchIndex,
double *  xyzPoints 
) const
finalvirtual

Please do note use: not implemented yet. Please use lattice information.

Reimplemented from resqml2::AbstractIjkGridRepresentation.

◆ getYIOffset()

virtual double resqml2::IjkGridLatticeRepresentation::getYIOffset ( ) const
pure virtual

Gets the Y coordinate of the I offset of this geometry. Notice that I is the slowest axis in the seismic context. The Y coordinate is given in the local CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The Y coordinate of the I offset if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getYJOffset()

virtual double resqml2::IjkGridLatticeRepresentation::getYJOffset ( ) const
pure virtual

Gets the Y coordinate of the J offset of this geometry. The Y coordinate is given in the local CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The Y coordinate of the J offset if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getYKOffset()

virtual double resqml2::IjkGridLatticeRepresentation::getYKOffset ( ) const
pure virtual

Gets the Y coordinate of the K offset of this geometry. Notice that K is the fastest axis in the seismic context. The Y coordinate is given in the local CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The Y coordinate of the K offset if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getYOrigin()

virtual double resqml2::IjkGridLatticeRepresentation::getYOrigin ( ) const
pure virtual

Gets the Y coordinate of the origin of this geometry. The Y coordinate is given in the local CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The Y coordinate of the origin point if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getYOriginInGlobalCrs()

double resqml2::IjkGridLatticeRepresentation::getYOriginInGlobalCrs ( ) const

Gets the Y coordinate origin of this geometry. The Y coordinate is given in the global CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The Y coordinate of the origin point if successful, otherwise double.NAN.

◆ getZIOffset()

virtual double resqml2::IjkGridLatticeRepresentation::getZIOffset ( ) const
pure virtual

Gets the Z coordinate of the I offset of this geometry. Notice that I is the slowest axis in the seismic context. The Z coordinate is given in the local CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The Z coordinate of the I offset if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getZJOffset()

virtual double resqml2::IjkGridLatticeRepresentation::getZJOffset ( ) const
pure virtual

Gets the Z coordinate of the J offset of this geometry. The Z coordinate is given in the local CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The Z coordinate of the J offset if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getZKOffset()

virtual double resqml2::IjkGridLatticeRepresentation::getZKOffset ( ) const
pure virtual

Gets the Z coordinate of the K offset of this geometry. Notice that K is the fastest axis in the seismic context. The Z coordinate is given in the local CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The Z coordinate of the K offset if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getZOrigin()

virtual double resqml2::IjkGridLatticeRepresentation::getZOrigin ( ) const
pure virtual

Gets the Z coordinate of the origin of this geometry. The Z coordinate is given in the local CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The Z coordinate of the origin point if successful, otherwise double.NAN.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.

◆ getZOriginInGlobalCrs()

double resqml2::IjkGridLatticeRepresentation::getZOriginInGlobalCrs ( ) const

Gets the Z coordinate origin of this geometry. The Z coordinate is given in the global CRS.

Exceptions
std::logic_errorIf this grid is partial.
Returns
The Z coordinate of the origin point if successful, otherwise double.NAN.

◆ isAFaciesCube()

bool resqml2::IjkGridLatticeRepresentation::isAFaciesCube ( ) const

Indicates whether this instance corresponds to a facies cube or not.

Returns
True if it is a facies cube, false if not.

◆ isASeismicCube()

bool resqml2::IjkGridLatticeRepresentation::isASeismicCube ( ) const

Indicates whether this instance corresponds to a seismic cube or not.

Returns
True if it is a seismic cube, false if not.

◆ setGeometryAsCoordinateLineNodes()

virtual void resqml2::IjkGridLatticeRepresentation::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 
)
pure virtual

Sets the geometry of this IJK grid as a regular IJK grid

Exceptions
std::invalid_argumentIf localCrs is nullptr and no default local 3d CRS is defined.
Parameters
mostComplexPillarGeometryThe most complex pillar shape which we can find on this IJK grid.
kDirectionKindThe K direction kind.
isRightHandedIndicates that the IJK grid is right handed, as determined by the triple product of tangent vectors in the I, J, and K directions.
originXThe X coordinate of the origin.
originYThe Y coordinate of the origin.
originZThe Z coordinate of the origin.
directionIXThe X coordinate of the I offset.
directionIYThe Y coordinate of the I offset.
directionIZThe Z coordinate of the I offset.
spacingIThe spacing in the I direction.
directionJXThe X coordinate of the J offset.
directionJYThe Y coordinate of the J offset.
directionJZThe Z coordinate of the J offset.
spacingJThe spacing in the J direction.
directionKXThe X coordinate of the K offset.
directionKYThe Y coordinate of the K offset.
directionKZThe Z coordinate of the K offset.
spacingKThe spacing in the K direction.
[in]localCrs(Optional) The local CRS where the points are given. If nullptr (default) then the default CRS of the repository will be used.

Implemented in resqml2_2::IjkGridLatticeRepresentation, and resqml2_0_1::IjkGridLatticeRepresentation.


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