29 gsoap_eml2_3::resqml22__Point3dLatticeArray* getArrayLatticeOfPoints3d()
const;
43 const std::string & guid,
const std::string & title,
44 unsigned int iCount,
unsigned int jCount,
unsigned int kCount) :
58 const std::string & guid,
const std::string & title,
59 unsigned int iCount,
unsigned int jCount,
unsigned int kCount) :
83 DLL_IMPORT_OR_EXPORT
double getYOrigin() const final;
85 DLL_IMPORT_OR_EXPORT
double getZOrigin() const final;
87 DLL_IMPORT_OR_EXPORT
double getXIOffset() const final;
89 DLL_IMPORT_OR_EXPORT
double getYIOffset() const final;
91 DLL_IMPORT_OR_EXPORT
double getZIOffset() const final;
93 DLL_IMPORT_OR_EXPORT
double getXJOffset() const final;
95 DLL_IMPORT_OR_EXPORT
double getYJOffset() const final;
97 DLL_IMPORT_OR_EXPORT
double getZJOffset() const final;
99 DLL_IMPORT_OR_EXPORT
double getXKOffset() const final;
101 DLL_IMPORT_OR_EXPORT
double getYKOffset() const final;
103 DLL_IMPORT_OR_EXPORT
double getZKOffset() const final;
105 DLL_IMPORT_OR_EXPORT
double getISpacing() const final;
107 DLL_IMPORT_OR_EXPORT
double getJSpacing() const final;
109 DLL_IMPORT_OR_EXPORT
double getKSpacing() const final;
111 DLL_IMPORT_OR_EXPORT
int getOriginInline() const final;
113 DLL_IMPORT_OR_EXPORT
int getOriginCrossline() const final;
115 DLL_IMPORT_OR_EXPORT
int getInlineIOffset() const final;
117 DLL_IMPORT_OR_EXPORT
int getInlineJOffset() const final;
119 DLL_IMPORT_OR_EXPORT
int getInlineKOffset() const final;
121 DLL_IMPORT_OR_EXPORT
int getCrosslineIOffset() const final;
123 DLL_IMPORT_OR_EXPORT
int getCrosslineJOffset() const final;
125 DLL_IMPORT_OR_EXPORT
int getCrosslineKOffset() const final;
127 DLL_IMPORT_OR_EXPORT
void setGeometryAsCoordinateLineNodes(gsoap_resqml2_0_1::resqml20__PillarShape mostComplexPillarGeometry,
128 gsoap_resqml2_0_1::resqml20__KDirection kDirectionKind,
130 double originX,
double originY,
double originZ,
131 double directionIX,
double directionIY,
double directionIZ,
double spacingI,
132 double directionJX,
double directionJY,
double directionJZ,
double spacingJ,
133 double directionKX,
double directionKY,
double directionKZ,
double spacingK, EML2_NS::AbstractLocal3dCrs * localCrs =
nullptr) final;
135 DLL_IMPORT_OR_EXPORT
void addSeismic3dCoordinatesToPatch(
136 unsigned int patchIndex,
137 double startInline,
double incrInline,
unsigned int countInline,
138 double startCrossline,
double incrCrossline,
unsigned int countCrossline,
139 unsigned int countSample, RESQML2_NS::AbstractRepresentation * seismicSupport) final;
141 COMMON_NS::DataObjectReference getHdfProxyDor() const final;
146 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
151 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
IjkGridLatticeRepresentation(resqml2::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title, unsigned int iCount, unsigned int jCount, unsigned int kCount)
Constructor.
Definition IjkGridLatticeRepresentation.h:57
IjkGridLatticeRepresentation(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, unsigned int iCount, unsigned int jCount, unsigned int kCount)
Constructor.
Definition IjkGridLatticeRepresentation.h:42