24#ifndef _PO_CURVE_FILLING_
25#define _PO_CURVE_FILLING_
27#include <MeshViz/graph/PoCurveLine.h>
29#include <Inventor/fields/SoSFFloat.h>
30#include <Inventor/fields/SoSFEnum.h>
130 static void initClass() ;
131 static void exitClass() ;
138 virtual void rebuild() ;
141 virtual void setDefaultOnNonWritingFields() ;
146 FieldSensorList fieldSensorList ;
SoSFFloat width
Defines the width of the curve filled.
SoSFFloat threshold
Defines the threshold of the origin of the filled curve.
PoCurveFilling()
Constructor.
SoSFEnum orientation
Defines the orientation of the filled curve.
Orientation
Orientation of the filled bar.
PoCurveLine()
Constructor.
Maintains a list of pointers to fields.
Field containing an enumerated value.
Field containing a floating-point value.