24#ifndef _SO_COLOR_MAP_ELEMENT_
25#define _SO_COLOR_MAP_ELEMENT_
27#include <Inventor/elements/SoReplacedElement.h>
41SoEXTENDER_Documented
class SoColorMapElement :
public SoReplacedElement {
43 SO_ELEMENT_HEADER( SoColorMapElement );
63 virtual void commonInit();
66 virtual void init(
SoState* state);
70 static void initClass();
71 static void exitClass();
76 virtual ~SoColorMapElement() ;
static SoColorMap * getDefault()
Returns the default values.
static void set(SoState *state, SoNode *node, SoColorMap *colorMapNode)
Sets the current color map in the state.
static SoColorMap * get(SoState *state)
Gets the current color map in the state.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class for indexe...
Abstract base class for all database nodes.