24#ifndef _PO_ERROR_POINT_FIELD_
25#define _PO_ERROR_POINT_FIELD_
171 { init(
FALSE, numPoints, _point, _errorX, _errorY, _shapeType, _skeletonType) ; }
182 static void initClass() ;
183 static void exitClass() ;
189 virtual void setDefaultOnNonWritingFields() ;
194 void init(
SbBool isDefault,
int numPoints=0,
const SbVec2f *_point=NULL,
195 const float *_errorX=NULL,
const float *_errorY=NULL,
ShapeType
200 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> Builds points field with...
SkeletonType
Type of skeleton used to represent each point.
@ NO_SKELETON
No skeleton for the point field.
@ BAR_SKELETON
Bar skeleton for the point field.
@ CROSS1_SKELETON
x skeleton for the point field.
SoMFFloat errorY
List of ordinates errors.
SoMFVec2f point
List of coordinates of the point field.
virtual void rebuild()
Forces node-kit rebuilding.
SoSFEnum shapeType
Defines the shape associated to errors.
SoSFEnum skeletonType
Defines the skeleton associated to errors.
PoErrorPointField()
Default constructor.
PoErrorPointField(int numPoints, const SbVec2f *_point, const float *_errorX, const float *_errorY, ShapeType _shapeType=RECTANGLE_SHAPE, SkeletonType _skeletonType=CROSS1_SKELETON)
Constructor.
SoMFFloat errorX
List of abscissas errors.
ShapeType
Type of shape used to represent each point.
@ RECTANGLE_SHAPE
Rectangle shape for the point field.
@ QUADRANGLE_SHAPE
Quadrangle shape for the point field.
@ ELLIPSE_SHAPE
Ellipse shape for the point field.
@ NO_SHAPE
No shape for the point field.
<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.