21#include "../resqml2/IjkGridExplicitRepresentation.h"
23namespace RESQML2_0_1_NS
51 const std::string & guid,
const std::string & title,
52 unsigned int iCount,
unsigned int jCount,
unsigned int kCount,
bool* kGaps =
nullptr, EML2_NS::AbstractHdfProxy* proxy =
nullptr) :
72 const std::string & guid,
const std::string & title,
73 unsigned int iCount,
unsigned int jCount,
unsigned int kCount,
bool* kGaps =
nullptr, EML2_NS::AbstractHdfProxy* proxy =
nullptr) :
107 gsoap_resqml2_0_1::resqml20__PillarShape mostComplexPillarGeometry, gsoap_resqml2_0_1::resqml20__KDirection kDirectionKind,
bool isRightHanded,
108 double const* points, EML2_NS::AbstractHdfProxy* proxy =
nullptr,
109 uint64_t splitCoordinateLineCount = 0,
unsigned int const* pillarOfCoordinateLine =
nullptr,
110 unsigned int const* splitCoordinateLineColumnCumulativeCount =
nullptr,
unsigned int const* splitCoordinateLineColumns =
nullptr,
111 int8_t const* definedPillars =
nullptr, EML2_NS::AbstractLocal3dCrs * localCrs =
nullptr) final;
114 gsoap_resqml2_0_1::resqml20__PillarShape mostComplexPillarGeometry, gsoap_resqml2_0_1::resqml20__KDirection kDirectionKind,
bool isRightHanded,
115 const std::
string & points, EML2_NS::AbstractHdfProxy* proxy =
nullptr,
116 uint64_t splitCoordinateLineCount = 0, const std::
string & pillarOfCoordinateLine =
"",
117 const std::
string & splitCoordinateLineColumnCumulativeCount =
"", const std::
string & splitCoordinateLineColumns =
"",
118 const std::
string & definedPillars =
"", EML2_NS::AbstractLocal3dCrs * localCrs =
nullptr) final;
123 DLL_IMPORT_OR_EXPORT static constexpr
char const*
XML_NS =
"resqml20";
131 EML2_NS::AbstractHdfProxy* getPointDatasetPath(std::string & datasetPathInExternalFile, uint64_t & splitCoordinateLineCount)
const;
bool isRightHanded() const
IjkGridExplicitRepresentation(gsoap_resqml2_0_1::_resqml20__IjkGridRepresentation *fromGsoap)
Creates an instance of this class by wrapping a gSOAP instance.
Definition IjkGridExplicitRepresentation.h:81
std::string getXmlNamespace() const final
Definition IjkGridExplicitRepresentation.h:128
IjkGridExplicitRepresentation(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, unsigned int iCount, unsigned int jCount, unsigned int kCount, bool *kGaps=nullptr, eml2::AbstractHdfProxy *proxy=nullptr)
Definition IjkGridExplicitRepresentation.h:50
void getXyzPointsOfPatch(unsigned int patchIndex, double *xyzPoints) const final
Gets all the xyz points of a particular patch of this representation. xyz points are given in the loc...
IjkGridExplicitRepresentation(resqml2::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title, unsigned int iCount, unsigned int jCount, unsigned int kCount, bool *kGaps=nullptr, eml2::AbstractHdfProxy *proxy=nullptr)
Definition IjkGridExplicitRepresentation.h:71
static constexpr char const * XML_NS
Definition IjkGridExplicitRepresentation.h:123
IjkGridExplicitRepresentation(gsoap_resqml2_0_1::_resqml20__TruncatedIjkGridRepresentation *fromGsoap)
Creates an instance of this class by wrapping a gSOAP instance.
Definition IjkGridExplicitRepresentation.h:88
void setGeometryAsCoordinateLineNodesUsingExistingDatasets(gsoap_resqml2_0_1::resqml20__PillarShape mostComplexPillarGeometry, gsoap_resqml2_0_1::resqml20__KDirection kDirectionKind, bool isRightHanded, const std::string &points, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t splitCoordinateLineCount=0, const std::string &pillarOfCoordinateLine="", const std::string &splitCoordinateLineColumnCumulativeCount="", const std::string &splitCoordinateLineColumns="", const std::string &definedPillars="", eml2::AbstractLocal3dCrs *localCrs=nullptr) final
Sets the geometry of this IJK grid as explicit coordinate line nodes. See RESQML Usage,...
virtual ~IjkGridExplicitRepresentation()=default
void setGeometryAsCoordinateLineNodes(gsoap_resqml2_0_1::resqml20__PillarShape mostComplexPillarGeometry, gsoap_resqml2_0_1::resqml20__KDirection kDirectionKind, bool isRightHanded, double const *points, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t splitCoordinateLineCount=0, unsigned int const *pillarOfCoordinateLine=nullptr, unsigned int const *splitCoordinateLineColumnCumulativeCount=nullptr, unsigned int const *splitCoordinateLineColumns=nullptr, int8_t const *definedPillars=nullptr, eml2::AbstractLocal3dCrs *localCrs=nullptr) final
Sets the geometry of this IJK grid as explicit coordinate line nodes. See RESQML Usage,...
common::DataObjectReference getHdfProxyDor() const final
Gets the data object reference of the HDF proxy which is used for storing the numerical values of thi...