Public Member Functions | Public Attributes

SeisIOSimple::Data Class Reference

List of all members.

Public Member Functions

 Data (const char *, Seis::GeomType)
 Data (const Data &)
 ~Data ()
Dataoperator= (const Data &)
void clear (bool survchanged)
void setScaler (Scaler *)
 passed obj will be cloned
void setResampler (SeisResampler *)
 passed obj will become mine

Public Attributes

BufferString fname_
MultiID seiskey_
bool isasc_
Seis::GeomType geom_
bool havepos_
bool isxy_
bool havenr_
SamplingData< int > nrdef_
bool haverefnr_
bool havesd_
SamplingData< float > sd_
int nrsamples_
int compidx_
bool haveoffs_
SamplingData< float > offsdef_
int nroffsperpos_
bool haveazim_
SamplingData< int > inldef_
SamplingData< int > crldef_
int nrcrlperinl_
Coord startpos_
Coord steppos_
LineKeylinekey_
Scalerscaler_
SeisResamplerresampler_
bool remnull_
IOParsubselpars_

Constructor & Destructor Documentation

SeisIOSimple::Data::Data ( const char *  ,
Seis::GeomType   
)
SeisIOSimple::Data::Data ( const Data  ) 
SeisIOSimple::Data::~Data (  ) 

Member Function Documentation

void SeisIOSimple::Data::clear ( bool  survchanged  ) 
Data& SeisIOSimple::Data::operator= ( const Data  ) 
void SeisIOSimple::Data::setResampler ( SeisResampler  ) 

passed obj will become mine

void SeisIOSimple::Data::setScaler ( Scaler  ) 

passed obj will be cloned


Member Data Documentation