Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::vrml97_node::abstract_indexed_set_node:
Public Member Functions | |
virtual | ~abstract_indexed_set_node ()=0 throw () |
Destroy. | |
virtual bool | modified () const |
Determine whether the node has been modified. | |
virtual const color_node * | color () const throw () |
color_node. | |
Protected Member Functions | |
abstract_indexed_set_node (const node_type &type, const scope_ptr &scope) | |
Construct. | |
void | process_set_color (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_color eventIn handler. | |
void | process_set_colorIndex (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_colorIndex eventIn handler. | |
void | process_set_coord (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_coord eventIn handler. | |
void | process_set_coordIndex (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_coordIndex eventIn handler. | |
Protected Attributes | |
sfnode | color_ |
color exposedField. | |
mfint32 | colorIndex |
colorIndex field. | |
sfbool | colorPerVertex |
colorPerVertex field. | |
sfnode | coord |
coord exposedField. | |
mfint32 | coordIndex |
coordIndex field. |
|
Construct.
|
|
Reimplemented from openvrml::geometry_node. |
|
Determine whether the node has been modified.
Reimplemented from openvrml::node. Reimplemented in openvrml::vrml97_node::indexed_face_set_node. |
|
set_color eventIn handler.
|
|
set_colorIndex eventIn handler.
|
|
set_coord eventIn handler.
|
|
set_coordIndex eventIn handler.
|