27#include <MeshViz/graph/PoChart.h>
29#include <Inventor/fields/SoSFEnum.h>
30#include <Inventor/fields/SoSFFloat.h>
59class PoBar :
public PoChart {
61 SO_KIT_HEADER(PoBar) ;
64 SO_KIT_CATALOG_ENTRY_HEADER(bar) ;
97 static void initClass() ;
98 static void exitClass() ;
108 virtual void addElementsAllCaches() ;
109 virtual void preRebuild() ;
112 virtual void setDefaultOnNonWritingFields() ;
117 FieldSensorList fieldSensorList ;
SoSFFloat threshold
Defines the threshold of the origin of the bars.
Orientation
Orientation of the bars.
SoSFEnum orientation
Defines the orientation of the bars.
Maintains a list of pointers to fields.
Field containing an enumerated value.
Field containing a floating-point value.