24#ifndef _PO_ERROR_CURVE_
25#define _PO_ERROR_CURVE_
173 { init(
FALSE, numPoints, _point, _lowY, _highY, type, rep) ; }
184 static void initClass() ;
185 static void exitClass() ;
191 virtual void setDefaultOnNonWritingFields() ;
196 void init(
SbBool isDefault,
int numPoints=0,
const SbVec2f *_point=NULL,
197 const float *_lowY=NULL,
const float *_highY=NULL,
201 FieldSensorList 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> Class to build an error ...
VariationType
Type of interpretation of the fields lowY and highY.
@ PERCENT_FIXED_VARIATION
PoErrorCurve(int numPoints, const SbVec2f *_point, const float *_lowY, const float *_highY, VariationType type=REL_VARIATION, ErrorCurveRep rep=HIGH_LOW_CLOSE)
Constructor.
SoSFEnum errorCurveRep
Defines the error curve representation.
SoSFEnum variationType
Defines the interpretation of the values lowY and highY.
SoMFFloat lowY
List of the low ordinates for the low curve.
SoMFFloat highY
List of the high ordinates for the high curve.
ErrorCurveRep
Type of error curve representation.
@ FILLED
The error curve is a filled representation.
@ HIGH_LOW_CLOSE
The error curve is a high low close representation.
@ LINE_BAR
The error curve is a line bar representation.
SoMFVec2f point
List of coordinates of the error curve.
PoErrorCurve()
Default constructor.
virtual void rebuild()
Forces node-kit rebuilding.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract base class for ...
Maintains a list of pointers to fields.
Multiple-value field containing any number of floating point values.
Multiple-value field containing any number of two-dimensional vectors.
Field containing an enumerated value.