21 #include "../resqml2/IjkGridNoGeometryRepresentation.h"
23 namespace RESQML2_2_NS
47 const std::string & guid,
const std::string & title,
48 unsigned int iCount,
unsigned int jCount,
unsigned int kCount,
49 bool* kGaps =
nullptr, EML2_NS::AbstractHdfProxy* proxy =
nullptr) :
69 const std::string & guid,
const std::string & title,
70 unsigned int iCount,
unsigned int jCount,
unsigned int kCount,
71 bool* kGaps =
nullptr, EML2_NS::AbstractHdfProxy* proxy =
nullptr) :
98 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
103 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
An ijk grid no geometry representation. This class cannot be inherited.
Definition: IjkGridNoGeometryRepresentation.h:27
~IjkGridNoGeometryRepresentation()=default
IjkGridNoGeometryRepresentation(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 wiht no interpretation.
Definition: IjkGridNoGeometryRepresentation.h:46
IjkGridNoGeometryRepresentation(gsoap_eml2_3::_resqml22__TruncatedIjkGridRepresentation *fromGsoap)
Constructor.
Definition: IjkGridNoGeometryRepresentation.h:86
IjkGridNoGeometryRepresentation(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 with an interpretation.
Definition: IjkGridNoGeometryRepresentation.h:68
common::DataObjectReference getHdfProxyDor() const final
Gets the data object reference of the HDF proxy which is used for storing the numerical values of thi...
IjkGridNoGeometryRepresentation(gsoap_eml2_3::_resqml22__IjkGridRepresentation *fromGsoap)
Creates an instance of this class by wrapping a gsoap instance.
Definition: IjkGridNoGeometryRepresentation.h:79