Stores the current combine color mapping. More...
#include <MeshVizXLM/mapping/elements/MoCombineColorMappingElement.h>
Public Member Functions | |
virtual void | print (FILE *fp) const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, SoNode *node, const MiColorMapping< std::vector< double >, SbColorRGBA > *colorMapping) |
static const MiColorMapping < std::vector< double > , SbColorRGBA > * | getColorMapping (SoState *state) |
This element stores the current combine color mapping.
MoCustomColorMapping, MoLevelColorMapping, MoLinearColorMapping, MoPredefinedColorMapping
static int MoCombineColorMappingElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoReplacedElement.
static SoType MoCombineColorMappingElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoReplacedElement.
static const MiColorMapping<std::vector<double>, SbColorRGBA>* MoCombineColorMappingElement::getColorMapping | ( | SoState * | state | ) | [static] |
Returns the current color mapping from the state.
virtual void MoCombineColorMappingElement::print | ( | FILE * | fp | ) | const [virtual] |
Prints element (for debugging).
Reimplemented from SoReplacedElement.
static void MoCombineColorMappingElement::set | ( | SoState * | state, | |
SoNode * | node, | |||
const MiColorMapping< std::vector< double >, SbColorRGBA > * | colorMapping | |||
) | [static] |
Sets the current color mapping.