Stores the current color map. More...
#include <Inventor/elements/SoColorMapElement.h>
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, SoNode *node, SoColorMap *colorMapNode) |
static SoColorMap * | get (SoState *state) |
static SoColorMap * | getDefault () |
This element stores the current color map.
static SoColorMap* SoColorMapElement::get | ( | SoState * | state | ) | [static] |
Gets the current color map in the state.
static int SoColorMapElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoReplacedElement.
static SoType SoColorMapElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoReplacedElement.
static SoColorMap* SoColorMapElement::getDefault | ( | ) | [static] |
Returns the default values.
static void SoColorMapElement::set | ( | SoState * | state, | |
SoNode * | node, | |||
SoColorMap * | colorMapNode | |||
) | [static] |
Sets the current color map in the state.