21#include "AbstractOrganizationInterpretation.h"
25 class AbstractGridRepresentation;
108 AbstractStratigraphicOrganizationInterpretation(gsoap_resqml2_0_1::resqml20__AbstractStratigraphicOrganizationInterpretation* fromGsoap) : AbstractOrganizationInterpretation(fromGsoap) {}
109 AbstractStratigraphicOrganizationInterpretation(gsoap_eml2_3::resqml22__AbstractGeologicUnitOrganizationInterpretation* fromGsoap) : AbstractOrganizationInterpretation(fromGsoap) {}
Proxy class for an abstract grid representation.
Definition AbstractGridRepresentation.h:27
This class defines the behaviour of all RESQML2 organizations.
Definition AbstractOrganizationInterpretation.h:29
An abstract stratigraphic organization interpretation is the main class that defines the relationship...
Definition AbstractStratigraphicOrganizationInterpretation.h:37
bool isStratigraphic() const final
Definition AbstractStratigraphicOrganizationInterpretation.h:43
unsigned int getGridRepresentationCount() const
AbstractGridRepresentation * getGridRepresentation(unsigned int index) const
std::vector< AbstractGridRepresentation * > getGridRepresentations() const
bool isAssociatedToGridRepresentation(AbstractGridRepresentation *gridRep) const
virtual ~AbstractStratigraphicOrganizationInterpretation()=default