#include <RasterCodec.h>
Inheritance diagram for prapi::RasterCodec:

Public Methods | |
| RasterCodec () | |
| void | setPacked (bool pack) |
| Set the packed flag. | |
| bool | isPacked (void) const |
| See whether this codec going to pack its output. | |
| void | setUseColorMap (bool useClrMap) |
| Turn the colormap on or off. | |
| bool | isUsingColorMap (void) |
| See whether this codec is going to write the color map. | |
| void | decodeMatrix (std::istream &in, util::Matrix< int > &mat) throw (util::MatrixException&, util::io::IOException&) |
| void | encodeMatrix (std::ostream &out, const util::Matrix< int > &mat) throw (util::MatrixException&, util::io::IOException&) |
| void | setColorMap (const ColorMap< int > &clrMap) |
| Set the color map. | |
| ColorMap< int > | getColorMap (void) const |
| ColorMap< int > & | colorMap (void) |
|
|
Set the color map. This will turn the colormap flag on.
|
|
|
Set the packed flag.
|
|
|
Turn the colormap on or off.
|