21 #include "../resqml2/SeismicLatticeFeature.h"
23 namespace RESQML2_2_NS
62 SeismicLatticeFeature(COMMON_NS::DataObjectRepository* repo,
const std::string & guid,
const std::string & title,
63 int inlineIncrement,
int crosslineIncrement,
64 unsigned int originInline,
unsigned int originCrossline,
65 unsigned int inlineCount,
unsigned int crosslineCount);
79 DLL_IMPORT_OR_EXPORT
int getInlineIncrement() const final;
81 DLL_IMPORT_OR_EXPORT
int getOriginCrossline() const final;
83 DLL_IMPORT_OR_EXPORT
int getOriginInline() const final;
88 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
93 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
Definition: SeismicLatticeFeature.h:27
SeismicLatticeFeature(gsoap_eml2_3::_resqml22__SeismicLatticeFeature *fromGsoap)
Definition: SeismicLatticeFeature.h:72
SeismicLatticeFeature(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: SeismicLatticeFeature.h:37
int getCrosslineIncrement() const final
~SeismicLatticeFeature()=default
SeismicLatticeFeature(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, int inlineIncrement, int crosslineIncrement, unsigned int originInline, unsigned int originCrossline, unsigned int inlineCount, unsigned int crosslineCount)