Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::vrml97_node::extrusion_node:
Public Member Functions | |
extrusion_node (const node_type &type, const scope_ptr &scope) | |
Construct. | |
virtual | ~extrusion_node () throw () |
Destroy. | |
virtual viewer::object_t | insert_geometry (openvrml::viewer &viewer, rendering_context context) |
Insert this geometry into viewer's display list. | |
Private Member Functions | |
void | process_set_crossSection (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_crossSection eventIn handler. | |
void | process_set_orientation (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_orientation field mutator. | |
void | process_set_scale (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_scale eventIn handler. | |
void | process_set_spine (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_spine eventIn handler. | |
Private Attributes | |
sfbool | beginCap |
beginCap field. | |
sfbool | ccw |
ccw field. | |
sfbool | convex |
convex field. | |
sffloat | creaseAngle |
creaseAngle field. | |
mfvec2f | crossSection |
crossSection field. | |
sfbool | endCap |
endCap field. | |
mfrotation | orientation |
orientation field. | |
mfvec2f | scale |
scale field. | |
sfbool | solid |
solid field. | |
mfvec3f | spine |
spine field. | |
Friends | |
class | extrusion_class |
Class object for Extrusion nodes. |
|
Construct.
|
|
Insert this geometry into
Implements openvrml::geometry_node. |
|
set_crossSection eventIn handler.
|
|
set_orientation field mutator.
|
|
set_scale eventIn handler.
|
|
set_spine eventIn handler.
|