| Home | Download | Screen shots | Discussion | Documentation |
|---|
Inheritance diagram for openvrml::vrml97_node::indexed_face_set_node:


Public Member Functions | |
| indexed_face_set_node (const node_type &type, const scope_ptr &scope) | |
| Construct. | |
| virtual | ~indexed_face_set_node () throw () |
| Destroy. | |
| virtual bool | modified () const |
| Determine whether the node has been modified. | |
| virtual viewer::object_t | insert_geometry (openvrml::viewer &viewer, rendering_context context) |
Insert this geometry into viewer's display list. | |
| virtual const openvrml::bounding_volume & | bounding_volume () const |
| Get the bounding volume. | |
Private Member Functions | |
| void | process_set_normal (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_normal eventIn handler. | |
| void | process_set_normalIndex (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_normalIndex eventIn handler. | |
| void | process_set_texCoord (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_texCoord eventIn handler. | |
| void | process_set_texCoordIndex (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_texCoordIndex eventIn handler. | |
| void | recalcBSphere () |
| Recalculate the bounding volume. | |
Private Attributes | |
| sfbool | ccw |
| ccw field. | |
| sfbool | convex |
| convex field. | |
| sffloat | creaseAngle |
| creaseAngle field. | |
| sfnode | normal |
| normal exposedField. | |
| mfint32 | normalIndex |
| set_normalIndex eventIn. | |
| sfbool | normalPerVertex |
| normalPerVertex field. | |
| sfbool | solid |
| solid field. | |
| sfnode | texCoord |
| texCoord exposedField. | |
| mfint32 | texCoordIndex |
| set_texCoordIndex eventIn. | |
| bounding_sphere | bsphere |
| Bounding volume. | |
Friends | |
| class | indexed_face_set_class |
| Class object for IndexedFaceSet nodes. | |
|
||||||||||||
|
Construct.
|
|
|
Get the bounding volume.
Reimplemented from openvrml::node. |
|
||||||||||||
|
Insert this geometry into
Implements openvrml::geometry_node. |
|
|
Determine whether the node has been modified.
Reimplemented from openvrml::vrml97_node::abstract_indexed_set_node. |
|
||||||||||||
|
set_normal eventIn handler.
|
|
||||||||||||
|
set_normalIndex eventIn handler.
|
|
||||||||||||
|
set_texCoord eventIn handler.
|
|
||||||||||||
|
set_texCoordIndex eventIn handler.
|