genericIO
Public Member Functions | List of all members
SEP::segyIO Class Reference
Inheritance diagram for SEP::segyIO:
SEP::jsonGenericIO SEP::genericIO

Public Member Functions

 segyIO (const int argc, char **argv)
 
virtual std::shared_ptr< genericRegFilegetRegFileTag (const std::string &tag, const std::string &name, const usage_code usage)
 
virtual std::shared_ptr< genericIrregFilegetIrregFileTag (const std::string &tag, const std::string &name, const usage_code usage)
 
- Public Member Functions inherited from SEP::jsonGenericIO
 jsonGenericIO (const int argc, char **argv)
 
void initJsonPars (const int argc, char **argv)
 
std::shared_ptr< Json::ValuegetArgs ()
 
virtual void close ()
 
virtual std::shared_ptr< paramObjgetParamObj ()
 
- Public Member Functions inherited from SEP::genericIO
std::shared_ptr< SEP::genericRegFilegetRegFile (const std::string &name, const SEP::usage_code usage)
 Return genericRegFile object for this IO (abstract) More...
 
std::shared_ptr< SEP::genericIrregFilegetIrregFile (const std::string &name, const SEP::usage_code usage)
 
void addRegFile (std::string x, std::shared_ptr< genericRegFile > r)
 
void addIrregFile (std::string x, std::shared_ptr< genericIrregFile > r)
 
std::shared_ptr< genericRegFilegetRegFile (const std::string x)
 
bool regFileExists (const std::string name)
 
bool irregFileExists (const std::string name)
 
std::shared_ptr< genericIrregFilegetIrregFile (const std::string x)
 
void setValid (const bool x)
 
bool getValid ()
 
virtual void filesClose ()
 

Additional Inherited Members

- Protected Attributes inherited from SEP::genericIO
std::map< std::string, std::shared_ptr< genericRegFile > > _regFiles
 
std::map< std::string, std::shared_ptr< genericIrregFile > > _irregFiles
 
std::shared_ptr< paramObj_param
 
bool _valid
 

The documentation for this class was generated from the following files: