ChannelInfo stores the basic properties of a channel.
More...
#include <PointData.h>
ChannelInfo stores the basic properties of a channel; its name, datatype and bits of precision.
Definition at line 121 of file PointData.h.
ChannelInfo::~ChannelInfo |
( |
void |
| ) |
|
ChannelInfo::ChannelInfo |
( |
void |
| ) |
|
size_t ChannelInfo::getBits |
( |
void |
| ) |
const |
This functon returns the number of bits used in the data type. For floating point data types this value it the number of bits needed after its been quantized.
DataType ChannelInfo::getDataType |
( |
void |
| ) |
const |
This method returns the channels data type.
const char* ChannelInfo::getName |
( |
void |
| ) |
const |
This method returns the channels name.
void ChannelInfo::init |
( |
const char * |
name, |
|
|
DataType |
datatype, |
|
|
int |
bits |
|
) |
| |
bool ChannelInfo::operator!= |
( |
const ChannelInfo & |
rhs | ) |
const |
|
inline |
bool ChannelInfo::operator== |
( |
const ChannelInfo & |
rhs | ) |
const |
char* ChannelInfo::m_name |
|
protected |
The documentation for this class was generated from the following file: