Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
Frox class for a seismic line set feature. It is an unordered set of several seismic lines. Generally, it has no direct interpretation or representation. More...
#include <SeismicLineSetFeature.h>
Public Member Functions | |
virtual | ~SeismicLineSetFeature ()=default |
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 = "SeismicLineSetFeature" |
Frox class for a seismic line set feature. It is an unordered set of several seismic lines. Generally, it has no direct interpretation or representation.
|
virtualdefault |
Destructor does nothing since the memory is manged by the gSOAP context.
|
staticconstexpr |
The standard XML tag without XML namespace for serializing this data object.