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);
 
   77        DLL_IMPORT_OR_EXPORT 
int getCrosslineIncrement() const final;
 
   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; }
 
 
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)