24#ifndef _PO_POINTS_FIELD_BARS_
25#define _PO_POINTS_FIELD_BARS_
117 float _width,
float _height)
118 { init(
FALSE, numPoints, _point, _value, _width, _height) ; }
141 static void initClass() ;
142 static void exitClass() ;
148 virtual void setDefaultOnNonWritingFields() ;
152 virtual void basicObjectChange(
PbBase *basicObj) ;
155 virtual void addElementsAllCaches() ;
156 virtual void preRebuild() ;
160 void init(
SbBool isDefault,
int numPoints=0,
const SbVec3f *_point=NULL,
161 const float *_value=NULL,
float _width=1.0,
float _height=1.0) ;
168 FieldSensorList m_fieldSensorList ;
#define TRUE
Possible value of SbBool.
#define FALSE
Possible value of SbBool.
#define SO_KIT_CATALOG_ENTRY_HEADER(partName)
#define SO_KIT_HEADER(className)
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract class for all b...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract class for data ...
<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> Class to build a points ...
SoSFFloat height
Height of parallelepipeds.
SoMFVec3f point
List of points for parallelepipeds.
virtual void rebuild()
Forces node-kit rebuilding.
PoPointsFieldBars(int numPoints, const SbVec3f *_point, const float *_value, float _width, float _height)
Constructor.
PoPointsFieldBars()
Default constructor.
SoMFFloat value
Values for each point.
void setDataMapping(PbDataMapping *dataMapping)
Sets a reference to a PbDataMapping object to the association color-value.
SoSFFloat width
Width of parallelepipeds.
const PbDataMapping * getDataMapping() const
Gets a reference to a PbDataMapping object to the association color-value.
Maintains a list of pointers to fields.
Multiple-value field containing any number of floating point values.
Multiple-value field containing any number of three-dimensional vectors.
Field containing a floating-point value.