Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for Extrusion:
Public Methods | |
Extrusion (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~Extrusion () throw () |
Destructor. | |
virtual Viewer::Object | insertGeometry (Viewer &viewer, VrmlRenderContext context) |
Insert this geometry into viewer's display list. | |
Private Methods | |
void | processSet_crossSection (const FieldValue &mfvec2f, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_crossSection eventIn handler. | |
void | processSet_orientation (const FieldValue &mfrotation, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_orientation field mutator. | |
void | processSet_scale (const FieldValue &mfvec2f, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_scale eventIn handler. | |
void | processSet_spine (const FieldValue &mfvec3f, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_spine eventIn handler. | |
Private Attributes | |
SFBool | beginCap |
SFBool | ccw |
SFBool | convex |
SFFloat | creaseAngle |
MFVec2f | crossSection |
SFBool | endCap |
MFRotation | orientation |
MFVec2f | scale |
SFBool | solid |
MFVec3f | spine |
Friends | |
class | ExtrusionClass |
|
Constructor.
|
|
Destructor.
|
|
Insert this geometry into
Implements GeometryNode. |
|
set_crossSection eventIn handler.
|
|
set_orientation field mutator.
|
|
set_scale eventIn handler.
|
|
set_spine eventIn handler.
|