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 interpretation. This is the main class for data describing an opinion of a surface feature between two volumes. More...
#include <BoundaryFeatureInterpretation.h>
Public Member Functions | |
virtual | ~BoundaryFeatureInterpretation ()=default |
virtual std::string | getXmlTag () const override |
Public Member Functions inherited from resqml2::AbstractFeatureInterpretation | |
virtual | ~AbstractFeatureInterpretation ()=default |
common::DataObjectReference | getInterpretedFeatureDor () const |
void | setInterpretedFeature (AbstractFeature *feature) |
AbstractFeature * | getInterpretedFeature () 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 |
AbstractRepresentation * | getRepresentation (uint64_t index) const |
std::vector< GridConnectionSetRepresentation * > | getGridConnectionSetRepresentationSet () const |
virtual void | loadTargetRelationships () override |
Static Public Attributes | |
static constexpr char const * | XML_TAG = "BoundaryFeatureInterpretation" |
A boundary feature interpretation. This is the main class for data describing an opinion of a surface feature between two volumes.
BUSINESS RULE: The data-object reference (of type "interprets") must reference only a boundary feature.
|
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.