BdsApi
2.2.7
This is the Blacknest BDS API.
|
Go to the documentation of this file.
6 #ifndef BdsDataFileLac_H
7 #define BdsDataFileLac_H
This defines a list of BDS data convtor options.
Definition: BdsDataFile.h:30
This class provides the acual seismic data values contained within a single data block.
Definition: BdsD.h:640
DataOrder
Definition: BdsDataFile.h:43
BError readData(BUInt32 channel, BUInt segment, BUInt32 blockNumber, DataBlock &data)
Read a block.
Definition: BdsDataFileLac.cpp:263
BError getInfo(DataInfo &dataInfo, DataFileOptions options, BList< DataError > &errors)
Get info on data.
Definition: BdsDataFileLac.cpp:48
int getFeatures()
Get bitmask of supported features.
Definition: BdsDataFileLac.cpp:40
This class defines information on a set of data.
Definition: BdsD.h:573
This class defines the interface for generic data file access that all of the BDS data conterors shar...
Definition: BdsDataFile.h:41
static DataFormat getFormats()
Definition: BdsDataFileLac.cpp:19
DataOrder getDataOrder()
Get the expected order of writing data, by sample or by channel.
Definition: BdsDataFileLac.cpp:44
Data file convertor for LAC format files.
Definition: BdsDataFileLac.h:14
DataFileLac()
Definition: BdsDataFileLac.cpp:31