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


Public Member Functions | |
| virtual | ~viewpoint_node ()=0 throw () |
| Destructor. | |
| virtual const viewpoint_node * | to_viewpoint () const throw () |
| Cast to a viewpoint_node. | |
| virtual viewpoint_node * | to_viewpoint () throw () |
| Cast to a viewpoint_node. | |
| virtual const mat4f & | transformation () const=0 throw () |
| Get the transformation of the viewpoint_node in the global coordinate system. | |
| virtual const mat4f & | user_view_transform () const=0 throw () |
| Get the transformation of the user view relative to the viewpoint_node. | |
| virtual void | user_view_transform (const mat4f &transform)=0 throw () |
| Set the transformation of the user view relative to the viewpoint_node. | |
| virtual const std::string & | description () const=0 throw () |
| Get the description. | |
| virtual float | field_of_view () const=0 throw () |
| Get the field of view. | |
Protected Member Functions | |
| viewpoint_node (const node_type &type, const scope_ptr &scope) throw () | |
| Constructor. | |
|
||||||||||||
|
Constructor.
Reimplemented in openvrml::vrml97_node::viewpoint_node. |
|
|
Get the description.
Implemented in openvrml::vrml97_node::viewpoint_node. |
|
|
Get the field of view.
Implemented in openvrml::vrml97_node::viewpoint_node. |
|
|
Cast to a viewpoint_node.
Reimplemented from openvrml::node. |
|
|
Cast to a viewpoint_node.
Reimplemented from openvrml::node. |
|
|
Get the transformation of the viewpoint_node in the global coordinate system.
Implemented in openvrml::vrml97_node::viewpoint_node. |
|
|
Set the transformation of the user view relative to the viewpoint_node.
Implemented in openvrml::vrml97_node::viewpoint_node. |
|
|
Get the transformation of the user view relative to the viewpoint_node.
Implemented in openvrml::vrml97_node::viewpoint_node. |