#include <segypp.hh>
Public Member Functions | |
| SEGYSpace (string hdr, string key, ostream &outfile=cerr) | |
| SEGYSpace (SEGYSpace const &sp) | |
| ~SEGYSpace () | |
| DataContainerFactory const & | getDCF () const |
| LinearAlgebraPackage< float > const & | getLAP () const |
| string | getPrototypeFilename () const |
| return header file name | |
| float | getDt () const |
| return time step for scaling l2 inner product | |
| int | getNt () const |
| return number of time samples | |
| ostream & | write (ostream &str) const |
Protected Member Functions | |
| Space< float > * | clone () const |
Definition at line 242 of file segypp.hh.
| TSOpt::SEGYSpace::SEGYSpace | ( | string | hdr, | |
| string | key, | |||
| ostream & | outfile = cerr | |||
| ) |
| Space<float>* TSOpt::SEGYSpace::clone | ( | ) | const [protected] |
| DataContainerFactory const& TSOpt::SEGYSpace::getDCF | ( | ) | const |
| LinearAlgebraPackage<float> const& TSOpt::SEGYSpace::getLAP | ( | ) | const |
| string TSOpt::SEGYSpace::getPrototypeFilename | ( | ) | const |
return header file name
Definition at line 277 of file segypp.hh.
References TSOpt::SEGYDCF::getFilename().
| float TSOpt::SEGYSpace::getDt | ( | ) | const |
return time step for scaling l2 inner product
Definition at line 280 of file segypp.hh.
References TSOpt::SEGYDCF::getDt().
| int TSOpt::SEGYSpace::getNt | ( | ) | const |
return number of time samples
Definition at line 289 of file segypp.hh.
References TSOpt::SEGYDCF::getNt().
| ostream& TSOpt::SEGYSpace::write | ( | ostream & | str | ) | const |
1.4.7