Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::vrml97_node::cylinder_node:
Public Member Functions | |
cylinder_node (const node_type &type, const scope_ptr &scope) | |
Construct. | |
virtual | ~cylinder_node () throw () |
Destroy. | |
virtual viewer::object_t | insert_geometry (openvrml::viewer &viewer, rendering_context context) |
Insert this geometry into viewer's display list. | |
Private Attributes | |
sfbool | bottom |
bottom field. | |
sffloat | height |
height field. | |
sffloat | radius |
radius field. | |
sfbool | side |
side field. | |
sfbool | top |
top field. | |
Friends | |
class | cylinder_class |
Class object for Cylinder nodes. |
|
Construct.
|
|
Insert this geometry into
Implements openvrml::geometry_node. |