21#include "../resqml2/IjkGridNoGeometryRepresentation.h"
23namespace RESQML2_0_1_NS
47 const std::string & guid,
const std::string & title,
48 unsigned int iCount,
unsigned int jCount,
unsigned int kCount,
bool* kGaps =
nullptr, EML2_NS::AbstractHdfProxy* proxy =
nullptr) :
68 const std::string & guid,
const std::string & title,
69 unsigned int iCount,
unsigned int jCount,
unsigned int kCount,
bool* kGaps =
nullptr, EML2_NS::AbstractHdfProxy* proxy =
nullptr) :
89 COMMON_NS::DataObjectReference getHdfProxyDor() const final;
94 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
99 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(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 IjkGridNoGeometryRepresentation.h:46
IjkGridNoGeometryRepresentation(gsoap_resqml2_0_1::_resqml20__IjkGridRepresentation *fromGsoap)
Creates an instance of this class by wrapping a gSOAP instance.
Definition IjkGridNoGeometryRepresentation.h:77
~IjkGridNoGeometryRepresentation()=default
IjkGridNoGeometryRepresentation(gsoap_resqml2_0_1::_resqml20__TruncatedIjkGridRepresentation *fromGsoap)
Creates an instance of this class by wrapping a gSOAP instance.
Definition IjkGridNoGeometryRepresentation.h:84
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)
Definition IjkGridNoGeometryRepresentation.h:67