25#ifndef _SO_DATA_RANGE__
26#define _SO_DATA_RANGE__
28#include <Inventor/nodes/SoNode.h>
29#include <Inventor/fields/SoSFDouble.h>
30#include <Inventor/fields/SoSFBool.h>
31#include <Inventor/fields/SoSFInt32.h>
33#include <LDM/nodes/SoDataSet.h>
34#include <Inventor/algorithms/SoConversion.h>
227 static void initClass();
228 static void exitClass();
234 static void mapDataRangeToIndex(
237 const double dataRangeMin,
const double dataRangeMax,
const bool dataRangeMap,
238 const double undefinedValue = std::numeric_limits<double>::quiet_NaN()
246 static void mapDataRangeToRgba(
249 const double dataRangeMin,
const double dataRangeMax,
const bool dataRangeMap,
250 SoBufferObject *rgba,
const int numRgba, SoConversion::MappingMethod rgbaMapping
259 static void mapDataToIndex(
272 static void mapDataToRgba(
275 const int numSigBits,
276 SoBufferObject *rgba,
const int numRgba, SoConversion::MappingMethod rgbaMapping
281 virtual void doAction(
SoAction *action );
Abstract base class for all actions.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Abstract base cl...
Performs a generic traversal of a scene graph or path.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Type conversion ...
<a href="IconLegend.html"><img src="extLDM.gif" alt="Large Data Management" border="0"></a> Range of...
SoSFDouble min
Minimum data value of the data range.
SoSFDouble max
Maximum data value of the data range.
SoSFBool mapOnFullColorRange
Specifies how to map data values that are outside of the data range.
SoDataRange()
Constructor.
SoSFInt32 dataRangeId
This field allows the use of multiple data ranges for the same shape.
DataType
Supported data type.
Renders a scene graph using Open Inventor's Render Engine.
Computes bounding box of a scene.
Abstract base class for all database nodes.
Abstract base class for picking objects in a scene.
Field containing a single Boolean value.
Field containing a floating-point value.
Field containing a int32_t integer.
Writes a scene graph to a file.