DATRW++ library: seismic data I/O with multiple formats
|
date for one channel. More...
#include <tsoftdata.h>
Public Member Functions | |
Channeldata () | |
constructor to initialize More... | |
void | chinfo (const Channelinfo &ci) |
set channel info More... | |
const Channelinfo & | chinfo () const |
return channel info More... | |
Channelinfo & | chinfo () |
return channel info More... | |
void | flushcollector () |
function to flush collector to vector of sequences More... | |
int | ntraces () const |
number of data traces More... | |
void | push_sample (const libtime::TAbsoluteTime &time, const double &value, const double &undetval, const libtime::TRelativeTime &dt, const ReaderConfig &rc, const bool &debug=false) |
push a sample More... | |
const Datatrace & | trace (const unsigned int &i) const |
return data trace More... | |
Datatrace & | trace (const unsigned int &i) |
return data trace More... | |
Private Member Functions | |
void | resetcollector () |
function to reset collector More... | |
Private Attributes | |
Channelinfo | Mchannelinfo |
channel info More... | |
Datasequence | Mcollector |
vector of samples to collect from file More... | |
Tvodt | Mtraces |
data traces More... | |
date for one channel.
Definition at line 320 of file tsoftdata.h.