#include <mpisegypp.hh>
Public Member Functions | |
| MPISEGYSpace (string hdr, string key, ostream &_outfile=cerr) | |
| MPISEGYSpace (MPISEGYSpace const &sp) | |
| ~MPISEGYSpace () | |
| LinearAlgebraPackage< float > const & | getLAP () const |
| DataContainerFactory const & | getDCF () const |
| float | getDt () const |
| return time step for scaling l2 inner product | |
| int | getNt () const |
| return number of time samples | |
| string | getPrototypeFilename () const |
| return header file name | |
| ostream & | write (ostream &str) const |
Protected Member Functions | |
| Space< float > * | clone () const |
Definition at line 19 of file mpisegypp.hh.
| TSOpt::MPISEGYSpace::MPISEGYSpace | ( | string | hdr, | |
| string | key, | |||
| ostream & | _outfile = cerr | |||
| ) |
Definition at line 35 of file mpisegypp.hh.
References TSOpt::SEGYDCF::getDt().
Referenced by clone().
| TSOpt::MPISEGYSpace::MPISEGYSpace | ( | MPISEGYSpace const & | sp | ) |
Definition at line 58 of file mpisegypp.hh.
| TSOpt::MPISEGYSpace::~MPISEGYSpace | ( | ) |
Definition at line 66 of file mpisegypp.hh.
| Space<float>* TSOpt::MPISEGYSpace::clone | ( | ) | const [protected] |
| LinearAlgebraPackage<float> const& TSOpt::MPISEGYSpace::getLAP | ( | ) | const |
Definition at line 68 of file mpisegypp.hh.
| DataContainerFactory const& TSOpt::MPISEGYSpace::getDCF | ( | ) | const |
Definition at line 70 of file mpisegypp.hh.
| float TSOpt::MPISEGYSpace::getDt | ( | ) | const |
return time step for scaling l2 inner product
Definition at line 73 of file mpisegypp.hh.
References TSOpt::SEGYDCF::getDt().
| int TSOpt::MPISEGYSpace::getNt | ( | ) | const |
return number of time samples
Definition at line 82 of file mpisegypp.hh.
References TSOpt::SEGYDCF::getNt().
| string TSOpt::MPISEGYSpace::getPrototypeFilename | ( | ) | const |
return header file name
Definition at line 92 of file mpisegypp.hh.
References TSOpt::SEGYDCF::getFilename().
| ostream& TSOpt::MPISEGYSpace::write | ( | ostream & | str | ) | const |
Definition at line 94 of file mpisegypp.hh.
1.4.7