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::FaultInterpretation Class Referenceabstract

A fault interpretation. This type of boundary feature contains the data describing an opinion about the characterization of the fault. More...

#include <FaultInterpretation.h>

Inheritance diagram for resqml2::FaultInterpretation:
resqml2::BoundaryFeatureInterpretation resqml2::AbstractFeatureInterpretation

Public Member Functions

virtual ~FaultInterpretation ()=default
 
virtual void pushBackThrowInterpretation (gsoap_resqml2_0_1::resqml20__ThrowKind throwKind)=0
 
std::string getXmlTag () const final
 
- Public Member Functions inherited from resqml2::BoundaryFeatureInterpretation
virtual ~BoundaryFeatureInterpretation ()=default
 
- Public Member Functions inherited from resqml2::AbstractFeatureInterpretation
virtual ~AbstractFeatureInterpretation ()=default
 
common::DataObjectReference getInterpretedFeatureDor () const
 
void setInterpretedFeature (AbstractFeature *feature)
 
AbstractFeaturegetInterpretedFeature () const
 
gsoap_resqml2_0_1::resqml20__Domain initDomain (gsoap_resqml2_0_1::resqml20__Domain defaultDomain) const
 
gsoap_resqml2_0_1::resqml20__Domain getDomain () const
 
std::vector< AbstractRepresentation * > getRepresentationSet () const
 
uint64_t getRepresentationCount () const noexcept
 
AbstractRepresentationgetRepresentation (uint64_t index) const
 
std::vector< GridConnectionSetRepresentation * > getGridConnectionSetRepresentationSet () const
 
virtual void loadTargetRelationships () override
 

Static Public Attributes

static constexpr char const * XML_TAG = "FaultInterpretation"
 
- Static Public Attributes inherited from resqml2::BoundaryFeatureInterpretation
static constexpr char const * XML_TAG = "BoundaryFeatureInterpretation"
 

Detailed Description

A fault interpretation. This type of boundary feature contains the data describing an opinion about the characterization of the fault.

Constructor & Destructor Documentation

◆ ~FaultInterpretation()

virtual resqml2::FaultInterpretation::~FaultInterpretation ( )
virtualdefault

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

Member Function Documentation

◆ getXmlTag()

std::string resqml2::FaultInterpretation::getXmlTag ( ) const
inlinefinalvirtual

◆ pushBackThrowInterpretation()

virtual void resqml2::FaultInterpretation::pushBackThrowInterpretation ( gsoap_resqml2_0_1::resqml20__ThrowKind throwKind)
pure virtual

Pushes back a new throw interpretation for this fault interpretation. More than one throw kind is necessary if for example the throw is reverse at a time period and then normal at another time period.

Parameters
throwKindThe throw kind to push back.

Member Data Documentation

◆ XML_TAG

constexpr char const* resqml2::FaultInterpretation::XML_TAG = "FaultInterpretation"
staticconstexpr

The standard XML tag without XML namespace for serializing this data object.


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