#include <Contour2D.h>
Inheritance diagram for H3D::Contour2D:

Public Member Functions | |
| void | renderTrimmedCurve (GLUnurbsObj *nurbs_object) |
| Make the check of the curve and call OpenGL routines to render it. | |
| Contour2D (Inst< SFNode > _metadata=0, Inst< AddTheChildren > _addChildren=0, Inst< RemoveTheChildren > _removeChildren=0, Inst< CheckTheChildren > _children=0) | |
| Constructor. | |
Public Attributes | |
| auto_ptr< AddTheChildren > | addChildren |
| Adds a node to the children field if it is the correct type of Node. | |
| auto_ptr< RemoveTheChildren > | removeChildren |
| Access type: inputOnly | |
| auto_ptr< CheckTheChildren > | children |
| Contains the curves making up the contour. | |
Static Public Attributes | |
| static H3DNodeDatabase | database |
| The H3DNodeDatabase for this node. | |
Friends | |
| class | AddTheChildren |
| class | RemoveTheChildren |
| class | CheckTheChildren |
Classes | |
| class | AddTheChildren |
| This field class checks whether the given node is of the right type (ContourPolyline2D or NurbsCurve2D). More... | |
| class | CheckTheChildren |
| This field class checks whether the given Node is of the right type (ContourPolyline2D or NurbsCurve2D) for adding or removing. More... | |
| class | RemoveTheChildren |
| This field class checks whether the given node is of the right type (ContourPolyline2D or NurbsCurve2D). More... | |
|
|
Adds a node to the children field if it is the correct type of Node.
Access type: inputOnly
|
|
|
Contains the curves making up the contour.
Access type: inputOutput
|
|
|
Access type: inputOnly
|
1.4.5