24#ifndef _PO_ISOVALUES_LIST_
25#define _PO_ISOVALUES_LIST_
102 const float *
getIsoList(
int &numValues,
float &min,
float &max,
float &step,
103 SbBool &isRegularIsoList) ;
109 virtual void doAction(
SoAction *action) ;
112 static void initClass() ;
113 static void exitClass() ;
119 static void isoListChangedCB(
void *data,
SoSensor *) ;
120 void updateIsoList() ;
#define SO_NODE_HEADER(className)
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Class to define a list o...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Node to define a list of...
void setRegularIsoList(int numFloats, const float *values, int numValues)
Convenience method to create a regular isovalue list with numValues values.
void setRegularIsoList(int numValues, float firstValue, float step)
Convenience method to create a regular isovalue list with numValues values.
void setRegularIsoList(float min, float max, int numValues)
Convenience method to create a regular isovalue list with numValues values.
PoIsovaluesList()
Constructor.
const float * getIsoList(int &numValues, float &min, float &max, float &step, SbBool &isRegularIsoList)
Convenience method which returns information about the isovalue list.
SoMFFloat isovaluesList
Defines the list of isovalues.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract base class for ...
Abstract base class for all actions.
Sensor class that can be attached to Open Inventor fields.
Multiple-value field containing any number of floating point values.
Abstract base class for Open Inventor sensors.