34#pragma warning( push )
35#pragma warning(disable:4251)
325 virtual void doAction(
SoAction *action);
333 static void initClass();
334 static void exitClass();
339 virtual void notify(SoNotList *list);
344 void installGLColorMap(
SoState* state) ;
349 void reMap(
float minType,
float maxType,
SbBool forceUpdate =
FALSE);
352 unsigned int* getPackedColorMap()
const;
358 virtual bool affectsPath()
const;
376#pragma warning( pop )
#define FALSE
Possible value of SbBool.
SO_PIMPL_BASE_PUBLIC_DECLARATION(SoImageDataAdapter)
#define SO_NODE_HEADER(className)
Abstract base class for all actions.
Performs a generic traversal of a scene graph or path.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class for indexe...
SoSFEnum colorMapFormat
Indicates the format of the color map (number of color components).
ColorMapFormat
Color map format.
@ LUMINANCE_ALPHA
(2 floats)
unsigned int getNumColor() const
This convenience method returns the number of colors in the color map (ie: colorMap....
SoSFFloat min
This field allow to remap the color map such that only data values ranging from min to max will b...
SbBool hasTransparency() const
Returns TRUE if the current color map contains alpha values less than 1.
SoSFEnum interpolation
The colormap interpolation type.
SoSFEnum predefinedColorMap
Use this field to load predefined color maps.
PredefinedColorMap
Predefined color map.
@ VOLREN_GREEN
VolRenGreen.
@ BLUE_WHITE_RED
Blue white red.
@ AIRWAY_SURFACES
Airway surfaces.
@ TEMPERATURE
Temperature.
Interpolation
The colormap interpolation type.
@ NEAREST
Nearest-neighbor interpolation.
SoMFFloat colorMap
Array of floats in range [0,1].
Renders a scene graph using Open Inventor's Render Engine.
Multiple-value field containing any number of floating point values.
Abstract base class for all database nodes.
Field containing an enumerated value.
Field containing a floating-point value.
void notify(SoNotList *list)