BdsApi  2.2.6
This is the Blacknest BDS API.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Public Attributes | List of all members
Bds::DataFormat Class Reference

This holds information on a seismic data format. More...

#include <BdsD.h>

Public Member Functions

 DataFormat (BList< BString > names=BList< BString >(), BString description=BString(), BInt32 dataRead=0, BInt32 dataWrite=0, BInt32 metaDataRead=0, BInt32 metaDataWrite=0, BString extension=BString())
 

Public Attributes

BList< BStringnames
 The format names. More...
 
BString description
 The description. More...
 
BInt32 dataRead
 Ability to read data. More...
 
BInt32 dataWrite
 Ability to write data. More...
 
BInt32 metaDataRead
 MetaData read supported. More...
 
BInt32 metaDataWrite
 MetaData write supported. More...
 
BString extension
 Default filename extension. More...
 

Detailed Description

This holds information on a seismic data format.

It is used by the BDS data convertors to define which data formats they support..

Constructor & Destructor Documentation

Bds::DataFormat::DataFormat ( BList< BString names = BList<BString >(),
BString  description = BString(),
BInt32  dataRead = 0,
BInt32  dataWrite = 0,
BInt32  metaDataRead = 0,
BInt32  metaDataWrite = 0,
BString  extension = BString() 
)

Member Data Documentation

BInt32 Bds::DataFormat::dataRead

Ability to read data.

BInt32 Bds::DataFormat::dataWrite

Ability to write data.

BString Bds::DataFormat::description

The description.

BString Bds::DataFormat::extension

Default filename extension.

BInt32 Bds::DataFormat::metaDataRead

MetaData read supported.

BInt32 Bds::DataFormat::metaDataWrite

MetaData write supported.

BList<BString > Bds::DataFormat::names

The format names.


The documentation for this class was generated from the following files: