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