24#ifndef _MO_LEVELCOLORMAPPING_
25#define _MO_LEVELCOLORMAPPING_
27#include <Inventor/fields/SoMFVec4f.h>
28#include <Inventor/fields/SoMFFloat.h>
30#include <MeshVizXLM/mapping/MoMeshVizDataMapping.h>
31#include <MeshVizXLM/mapping/nodes/MoColorMapping.h>
32#include <MeshVizXLM/mapping/interfaces/MiColorMapping.h>
34class MdLevelColorMapping;
137 static void initClass() ;
138 static void exitClass() ;
141 virtual void doAction(
SoAction *action) ;
146 MdLevelColorMapping* m_levelCM;
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract base class for ...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Property node that defin...
MoLevelColorMapping()
Constructor.
SoMFFloat values
Contains a set of N scalar values defining the levels of the colormap.
SoSFBool minThresholdEnable
Min Threshold enable flag.
SoMFVec4f colors
Contains a set of N-1 color values defining the constant color of each level.
SoSFVec4f maxThresholdColor
Max Threshold color (R, G, B and A values in the range 0..1).
SoSFFloat maxThresholdValue
Max Threshold value.
SoSFBool maxThresholdEnable
Max Threshold enable flag.
SoSFFloat minThresholdValue
Min Threshold value.
SoSFVec4f minThresholdColor
Min Threshold color (R, G, B and A values in the range 0..1).
Abstract base class for all actions.
Multiple-value field containing any number of floating point values.
Multiple-value field containing any number of four-dimensional vectors.
Field containing a single Boolean value.
Field containing a floating-point value.
Field containing a homogeneous three-dimensional vector.