BdsApi
2.2.7
This is the Blacknest BDS API.
|
Go to the documentation of this file.
6 #ifndef BdsDataFileWra_H
7 #define BdsDataFileWra_H
This defines a list of BDS data convtor options.
Definition: BdsDataFile.h:30
Data file convertor for WRA format files.
Definition: BdsDataFileWra.h:14
static DataFormat getFormats()
Definition: BdsDataFileWra.cpp:18
BError getInfo(DataInfo &dataInfo, DataFileOptions options, BList< DataError > &errors)
Get info on data.
Definition: BdsDataFileWra.cpp:72
BError readData(BUInt32 channel, BUInt segment, BUInt32 blockNumber, DataBlock &data)
Read a block.
Definition: BdsDataFileWra.cpp:190
This class provides the acual seismic data values contained within a single data block.
Definition: BdsD.h:640
BError setFormat(BString format)
Set the sub-format.
Definition: BdsDataFileWra.cpp:46
DataOrder
Definition: BdsDataFile.h:43
This class defines information on a set of data.
Definition: BdsD.h:573
DataFileWra()
Definition: BdsDataFileWra.cpp:36
int getFeatures()
Get bitmask of supported features.
Definition: BdsDataFileWra.cpp:64
This class defines the interface for generic data file access that all of the BDS data conterors shar...
Definition: BdsDataFile.h:41
DataOrder getDataOrder()
Get the expected order of writing data, by sample or by channel.
Definition: BdsDataFileWra.cpp:68