conv/many suite: convert (m)any seismic data format(s)
|
class to handle two different flavours of data More...
Public Types | |
typedef Tseries | Tds |
typedef Tiseries | Tis |
typedef Tfseries | Tfs |
typedef aff::Tsubscript | Tindex |
typedef aff::Tsize | Tsize |
typedef Tis::Tshape | Tshape |
Public Member Functions | |
Series () | |
bool | selected () const |
Tds & | ds () |
Tfs & | fs () |
Tis & | is () |
Tshape | shape () const |
Tindex | first () const |
Tindex | last () const |
Private Attributes | |
bool | Mselecti |
bool | Mselectd |
bool | Mselectf |
Tds | Mds |
Tis | Mis |
Tfs | Mfs |
class to handle two different flavours of data
Definition at line 165 of file anyextract.cc.