50 const std::string & guid,
const std::string & title,
51 unsigned int iCount,
unsigned int jCount,
unsigned int kCount,
52 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,
74 bool* kGaps =
nullptr, EML2_NS::AbstractHdfProxy* proxy =
nullptr) :
107 DLL_IMPORT_OR_EXPORT
void getXyzPointsOfPatch(
unsigned int patchIndex,
double * xyzPoints) const final;
109 DLL_IMPORT_OR_EXPORT
void setGeometryAsCoordinateLineNodes(
110 gsoap_resqml2_0_1::resqml20__PillarShape mostComplexPillarGeometry, gsoap_resqml2_0_1::resqml20__KDirection kDirectionKind,
bool isRightHanded,
111 double const* points, EML2_NS::AbstractHdfProxy* proxy =
nullptr,
112 uint64_t splitCoordinateLineCount = 0,
unsigned int const* pillarOfCoordinateLine =
nullptr,
113 unsigned int const* splitCoordinateLineColumnCumulativeCount =
nullptr,
unsigned int const* splitCoordinateLineColumns =
nullptr,
114 int8_t const* definedPillars =
nullptr, EML2_NS::AbstractLocal3dCrs * localCrs =
nullptr) final;
116 DLL_IMPORT_OR_EXPORT
void setGeometryAsCoordinateLineNodesUsingExistingDatasets(
117 gsoap_resqml2_0_1::resqml20__PillarShape mostComplexPillarGeometry, gsoap_resqml2_0_1::resqml20__KDirection kDirectionKind,
bool isRightHanded,
118 const std::
string & points, EML2_NS::AbstractHdfProxy* proxy =
nullptr,
119 uint64_t splitCoordinateLineCount = 0, const std::
string & pillarOfCoordinateLine = "",
120 const std::
string & splitCoordinateLineColumnCumulativeCount = "", const std::
string & splitCoordinateLineColumns = "",
121 const std::
string & definedPillars = "", EML2_NS::AbstractLocal3dCrs * localCrs =
nullptr) final;
126 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
131 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
134 EML2_NS::AbstractHdfProxy* getPointDatasetPath(std::string & datasetPathInExternalFile, uint64_t & splitCoordinateLineCount)
const final;
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)
Constructor.
Definition IjkGridExplicitRepresentation.h:71
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)
Constructor.
Definition IjkGridExplicitRepresentation.h:49