Class to represent and manage band specific information. More...
#include <rvc/image.h>
Public Member Functions | |
| BANDPARMS () | |
| ~BANDPARMS () | |
| CELLTYPE | GetCellType () const |
| DATATYPE | GetDataType () const |
| UINT16 | GetNumBits () const |
| PACKORDER | GetPackOrder () const |
| void | SetCellType (CELLTYPE CellType) |
| void | SetName (const char *name) |
| void | SetName (const OBJECTNAME &name) |
| void | SetPackOrder (PACKORDER PackOrder) |
Class to represent and manage band specific information.
| RVC::IMAGE::BANDPARMS::BANDPARMS | ( | ) | [inline] |
Default constructor.
| RVC::IMAGE::BANDPARMS::~BANDPARMS | ( | ) | [inline] |
Destructor.
| CELLTYPE RVC::IMAGE::BANDPARMS::GetCellType | ( | ) | const [inline] |
Obtain the celltype of the image band.
| DATATYPE RVC::IMAGE::BANDPARMS::GetDataType | ( | ) | const [inline] |
Obtain the datatype of the image band.
| UINT16 RVC::IMAGE::BANDPARMS::GetNumBits | ( | ) | const [inline] |
Obtain the number of bits in this band.
| PACKORDER RVC::IMAGE::BANDPARMS::GetPackOrder | ( | ) | const [inline] |
Obtain the packing order of the band.
| void RVC::IMAGE::BANDPARMS::SetCellType | ( | CELLTYPE | CellType | ) | [inline] |
Set image band cell type.
| void RVC::IMAGE::BANDPARMS::SetName | ( | const char * | name | ) | [inline] |
Set the image band name.
| void RVC::IMAGE::BANDPARMS::SetName | ( | const OBJECTNAME & | name | ) | [inline] |
Set the image band name.
| void RVC::IMAGE::BANDPARMS::SetPackOrder | ( | PACKORDER | PackOrder | ) | [inline] |
Set the image band packing order.
1.6.1