21 #include "AbstractGridRepresentation.h"
60 DLL_IMPORT_OR_EXPORT
virtual gsoap_resqml2_0_1::resqml20__KDirection
getKDirection()
const = 0;
97 DLL_IMPORT_OR_EXPORT
bool hasIntervalStratigraphicUnitIndices() const;
115 DLL_IMPORT_OR_EXPORT uint64_t getIntervalStratigraphicUnitIndices(uint64_t * stratiUnitIndices);
128 DLL_IMPORT_OR_EXPORT gsoap_resqml2_0_1::resqml20__PillarShape getMostComplexPillarGeometry() const;
142 void loadTargetRelationships();
147 AbstractColumnLayerGridRepresentation(gsoap_resqml2_0_1::resqml20__AbstractColumnLayerGridRepresentation* fromGsoap,
bool withTruncatedPillars) : RESQML2_NS::AbstractGridRepresentation(fromGsoap, withTruncatedPillars) {}
148 AbstractColumnLayerGridRepresentation(gsoap_resqml2_0_1::resqml20__AbstractTruncatedColumnLayerGridRepresentation* fromGsoap,
bool withTruncatedPillars) : RESQML2_NS::AbstractGridRepresentation(fromGsoap, withTruncatedPillars) {}
149 AbstractColumnLayerGridRepresentation(gsoap_eml2_3::resqml22__AbstractColumnLayerGridRepresentation* fromGsoap,
bool withTruncatedPillars) : RESQML2_NS::AbstractGridRepresentation(fromGsoap, withTruncatedPillars) {}
150 AbstractColumnLayerGridRepresentation(gsoap_eml2_3::resqml22__AbstractTruncatedColumnLayerGridRepresentation* fromGsoap,
bool withTruncatedPillars) : RESQML2_NS::AbstractGridRepresentation(fromGsoap, withTruncatedPillars) {}
Proxy class for an abstract column layer grid representation.
Definition: AbstractColumnLayerGridRepresentation.h:27
virtual gsoap_resqml2_0_1::resqml20__KDirection getKDirection() const =0
void setIntervalAssociationWithStratigraphicOrganizationInterpretation(uint64_t *stratiUnitIndices, uint64_t nullValue, resqml2::AbstractStratigraphicOrganizationInterpretation *stratiOrgInterp, eml2::AbstractHdfProxy *hdfProxy=nullptr)
void setKCellCount(unsigned int kCount)
common::DataObjectReference getStratigraphicOrganizationInterpretationDor() const final
virtual ~AbstractColumnLayerGridRepresentation()=default
unsigned int getKCellCount() const
Proxy class for an abstract grid representation.
Definition: AbstractGridRepresentation.h:27