#include <rvc/cmap.h>
Inheritance diagram for RVC::COLORMAP:

Public Member Functions | |
| COLORMAP (const RVC::COLORMAP &rhs) | |
| COLORMAP () | |
| ERRVALUE | GenerateStandardColors () |
| const SIMPLE_ARRAY< COLOR > & | GetColorMap () const |
| RVC::COLORMAP & | operator= (const RVC::COLORMAP &rhs) |
| ERRVALUE | SetColorMap (const SIMPLE_ARRAY< COLOR > &ColorMap) |
| virtual | ~COLORMAP () |
The interface currently wraps the MfColorMap functions.
RVC Object Types that this class supports: OBJTYPE_ColorPalette.
Default RVC Object Type for this class: OBJTYPE_ColorPalette.
Valid parents for this class:
Read(), Make() and Write() methods inherited from RVCSIMPLE class. View RVCSIMPLE docs for inherited methods
Definition at line 75 of file cmap.h.
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Destructor.
|
|
|
Generate the default 80 standard color colormap Can be used to Make() an object with the 80 std colors.
|
|
|
Obtain color map from the instance, not useful until Read() method is performed.
|
|
|
Assignment.
|
|
|
Set the internal colormap array storage for later writing.
|
1.3.8-20040913