Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
Defined by two lateral ordered dimensions: inline (lateral), crossline (lateral and orthogonal to the inline dimension), which are fixed. More...
#include <SeismicLatticeFeature.h>
Public Member Functions | |
virtual | ~SeismicLatticeFeature ()=default |
virtual int | getCrosslineIncrement () const =0 |
virtual int | getInlineIncrement () const =0 |
virtual int | getOriginCrossline () const =0 |
virtual int | getOriginInline () const =0 |
virtual std::string | getXmlTag () const final |
Public Member Functions inherited from resqml2::AbstractTechnicalFeature | |
virtual | ~AbstractTechnicalFeature ()=default |
Public Member Functions inherited from resqml2::AbstractFeature | |
virtual | ~AbstractFeature ()=default |
std::vector< AbstractFeatureInterpretation * > | getInterpretationSet () const |
uint64_t | getInterpretationCount () const noexcept |
AbstractFeatureInterpretation * | getInterpretation (uint64_t index) const |
virtual void | loadTargetRelationships () override |
Static Public Attributes | |
static constexpr char const * | XML_TAG = "SeismicLatticeFeature" |
Defined by two lateral ordered dimensions: inline (lateral), crossline (lateral and orthogonal to the inline dimension), which are fixed.
To specify its location, a seismic feature can be associated with the seismic coordinates of the points of a representation.
|
virtualdefault |
Destructor does nothing since the memory is manged by the gSOAP context.
|
pure virtual |
Gets the crossline index increment between two consecutive crosslines.
|
pure virtual |
Gets the inline index increment between two consecutive inlines.
|
pure virtual |
Gets the index of the first crossline.
|
pure virtual |
Gets the index of the first inline.
|
staticconstexpr |
Destructor does nothing since the memory is managed by the gSOAP context.