genericIO
segyIO.h
1 #ifndef SEGY_H
2 #define SEGY_H 1
3 #include "jsonGenericIO.h"
4 namespace SEP{
5 class segyIO:public jsonGenericIO{
6  public:
7  segyIO( const int argc, char **argv){initJsonPars(argc,argv);}
8  virtual std::shared_ptr<genericRegFile> getRegFileTag(const std::string &tag,const std::string &name,const usage_code usage);
9  virtual std::shared_ptr<genericIrregFile> getIrregFileTag(const std::string &tag,const std::string &name, const usage_code usage){
10  assert(1==2);
11  }
12 
13 
14 
15 
16 
17 };
18 
19 }
20 #endif
Definition: jsonGenericIO.h:8
Definition: segyIO.h:5
Definition: axis.h:8