24#ifndef _PO_GENERALIZED_SCATTER_
25#define _PO_GENERALIZED_SCATTER_
27#include <MeshViz/graph/PoChart.h>
29#include <Inventor/fields/SoMFNode.h>
30#include <Inventor/fields/SoMFVec3f.h>
31#include <Inventor/fields/SoSFInt32.h>
88 SO_KIT_CATALOG_ENTRY_HEADER(scatter) ;
137 static void initClass() ;
138 static void exitClass() ;
145 virtual void rebuild() ;
146 virtual void addElementsAllCaches() ;
147 virtual void preRebuild() ;
150 virtual void setDefaultOnNonWritingFields() ;
155 FieldSensorList fieldSensorList ;
<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 2D gene...
SoSFInt32 zValuesIndex
Defines the index of the set of values used to specify a z-coordinate for markers.
PoGeneralizedScatter()
Constructor.
SoMFNode markers
Defines the sub-scene graphs used for each marker.
SoSFInt32 sizeValuesIndex
Defines the index of the set of values used to specify the size of markers.
SoMFVec3f scaleFactor
Defines a possibly non uniform scale applied to each marker.
Maintains a list of pointers to fields.
Multiple-value field containing any number of nodes.
Multiple-value field containing any number of three-dimensional vectors.
Field containing a int32_t integer.