Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::appearance_node:
Public Member Functions | |
virtual | ~appearance_node ()=0 throw () |
Destroy. | |
virtual const appearance_node * | to_appearance () const throw () |
Cast to an appearance_node. | |
virtual appearance_node * | to_appearance () throw () |
Cast to an appearance_node. | |
virtual const node_ptr & | material () const=0 throw () |
Get the material node associated with this appearance node. | |
virtual const node_ptr & | texture () const=0 throw () |
Get the texture node associated with this appearance node. | |
virtual const node_ptr & | texture_transform () const=0 throw () |
Get the texture transform node associated with this appearance node. | |
Protected Member Functions | |
appearance_node (const node_type &type, const scope_ptr &scope) throw () | |
Construct. |
|
Destroy.
Implemented in openvrml::vrml97_node::appearance_node. |
|
Construct.
Reimplemented in openvrml::vrml97_node::appearance_node. |
|
Get the material node associated with this appearance node.
Implemented in openvrml::vrml97_node::appearance_node. |
|
Get the texture node associated with this appearance node.
Implemented in openvrml::vrml97_node::appearance_node. |
|
Get the texture transform node associated with this appearance node.
Implemented in openvrml::vrml97_node::appearance_node. |
|
Cast to an appearance_node.
Reimplemented from openvrml::node. |
|
Cast to an appearance_node.
Reimplemented from openvrml::node. |