RVC::COLORMAP Class Reference

Manages RVC::OBJTYPE_ColorPalette objects. More...

#include <rvc/cmap.h>

Inheritance diagram for RVC::COLORMAP:
Inheritance graph
[legend]

List of all members.

Classes

class  GETOBJFILTER_ISSELECTABLE

Public Member Functions

 COLORMAP (const RVC::COLORMAP &rhs)
 COLORMAP ()
virtual ~COLORMAP ()
ERRVALUE GenerateStandardColors ()
const COLOR_ARRAYGetColorMap () const
RVC::COLORMAPoperator= (const RVC::COLORMAP &rhs)
ERRVALUE SetColorMap (const COLOR_ARRAY &ColorMap)

Detailed Description

Manages RVC::OBJTYPE_ColorPalette objects.

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


Constructor & Destructor Documentation

RVC::COLORMAP::COLORMAP (  ) 
RVC::COLORMAP::COLORMAP ( const RVC::COLORMAP rhs  ) 
virtual RVC::COLORMAP::~COLORMAP (  )  [virtual]

Member Function Documentation

ERRVALUE RVC::COLORMAP::GenerateStandardColors (  ) 

Generate the default 80 standard color colormap Can be used to Make() an object with the 80 std colors.

const COLOR_ARRAY& RVC::COLORMAP::GetColorMap (  )  const

Obtain color map from the instance, not useful until Read() method is performed.

Returns:
Constant Reference to colormap array.
RVC::COLORMAP& RVC::COLORMAP::operator= ( const RVC::COLORMAP rhs  ) 

Assignment.

Reimplemented from RVC::SIMPLE.

ERRVALUE RVC::COLORMAP::SetColorMap ( const COLOR_ARRAY ColorMap  ) 

Set the internal colormap array storage for later writing.


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

Generated on Sun Oct 7 21:36:47 2012 for TNTsdk 2012 by  doxygen 1.6.1