21#include "AbstractGridRepresentation.h"
59 DLL_IMPORT_OR_EXPORT
virtual gsoap_resqml2_0_1::resqml20__KDirection
getKDirection()
const = 0;
86 COMMON_NS::DataObjectReference getStratigraphicOrganizationInterpretationDor() const final;
96 DLL_IMPORT_OR_EXPORT
bool hasIntervalStratigraphicUnitIndices() const;
114 DLL_IMPORT_OR_EXPORT int64_t getIntervalStratigraphicUnitIndices(int64_t * stratiUnitIndices);
127 DLL_IMPORT_OR_EXPORT gsoap_resqml2_0_1::resqml20__PillarShape getMostComplexPillarGeometry() const;
141 void loadTargetRelationships() final;
146 AbstractColumnLayerGridRepresentation(gsoap_resqml2_0_1::resqml20__AbstractColumnLayerGridRepresentation* fromGsoap,
bool withTruncatedPillars) : RESQML2_NS::AbstractGridRepresentation(fromGsoap, withTruncatedPillars) {}
147 AbstractColumnLayerGridRepresentation(gsoap_resqml2_0_1::resqml20__AbstractTruncatedColumnLayerGridRepresentation* fromGsoap,
bool withTruncatedPillars) : RESQML2_NS::AbstractGridRepresentation(fromGsoap, withTruncatedPillars) {}
148 AbstractColumnLayerGridRepresentation(gsoap_eml2_3::resqml22__AbstractColumnLayerGridRepresentation* fromGsoap,
bool withTruncatedPillars) : RESQML2_NS::AbstractGridRepresentation(fromGsoap, withTruncatedPillars) {}
149 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 setKCellCount(uint64_t kCount)
uint64_t getKCellCount() const
void setIntervalAssociationWithStratigraphicOrganizationInterpretation(int64_t const *stratiUnitIndices, int64_t nullValue, resqml2 ::AbstractStratigraphicOrganizationInterpretation *stratiOrgInterp, eml2 ::AbstractHdfProxy *hdfProxy=nullptr)
virtual ~AbstractColumnLayerGridRepresentation()=default
Proxy class for an abstract grid representation.
Definition AbstractGridRepresentation.h:27