Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
A boundary feature. This is an interface between two geological objects, such as horizons and faults. It is a surface object. More...
#include <BoundaryFeature.h>
Public Member Functions | |
virtual | ~BoundaryFeature ()=default |
virtual std::string | getXmlTag () const override |
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 = "BoundaryFeature" |
A boundary feature. This is an interface between two geological objects, such as horizons and faults. It is a surface object.
|
virtualdefault |
Destructor does nothing since the memory is managed by the gSOAP context.
|
staticconstexpr |
The standard XML tag without XML namespace for serializing this data object.