BdsApi
2.2.7
This is the Blacknest BDS API.
|
Go to the documentation of this file.
6 #ifndef BdsDataFileWraAgso_H
7 #define BdsDataFileWraAgso_H
36 static int ofieldWidths[];
This defines a list of BDS data convtor options.
Definition: BdsDataFile.h:30
Data file convertor for WRA AGSO format files.
Definition: BdsDataFileWraAgso.h:14
This class provides the acual seismic data values contained within a single data block.
Definition: BdsD.h:640
int getFeatures()
Get bitmask of supported features.
Definition: BdsDataFileWraAgso.cpp:59
DataOrder
Definition: BdsDataFile.h:43
DataOrder getDataOrder()
Get the expected order of writing data, by sample or by channel.
Definition: BdsDataFileWraAgso.cpp:63
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: BdsDataFileWraAgso.cpp:33
BError readData(BUInt32 channel, BUInt segment, BUInt32 blockNumber, DataBlock &data)
Read a block.
Definition: BdsDataFileWraAgso.cpp:217
BError getInfo(DataInfo &dataInfo, DataFileOptions options, BList< DataError > &errors)
Get info on data.
Definition: BdsDataFileWraAgso.cpp:67
DataFileWraAgso()
Definition: BdsDataFileWraAgso.cpp:48