class OSGUTIL_EXPORT osgUtil::CameraManipulator


Inheritance:


Public Methods

[more] CameraManipulator()
[more]virtual ~CameraManipulator()
[more]virtual void setCamera(osg::Camera*)
attach a camera to the manipulator to be used for specifying view
[more]virtual const osg::Camera* getCamera() const
get the attached a camera
[more]virtual void setNode(osg::Node*)
Attach a node to the manipulator.
[more]virtual const osg::Node* getNode() const
Return node if attached
[more]virtual void home(const GUIEventAdapter&, GUIActionAdapter&)
Move the camera to the default position.
[more]virtual void init(const GUIEventAdapter&, GUIActionAdapter&)
Start/restart the manipulator
[more]virtual bool handle(const GUIEventAdapter& ea, GUIActionAdapter& us)
Handle events, return true if handled, false otherwise

Protected Fields

[more]osg::ref_ptr<osg::Camera> _camera


Inherited from GUIEventHandler:


Documentation

o CameraManipulator()

ovirtual ~CameraManipulator()

ovirtual void setCamera(osg::Camera*)
attach a camera to the manipulator to be used for specifying view

ovirtual const osg::Camera* getCamera() const
get the attached a camera

ovirtual void setNode(osg::Node*)
Attach a node to the manipulator. Automatically detaches previously attached node. setNode(NULL) detaches previously nodes. Is ignored by manipulators which do not require a reference model.

ovirtual const osg::Node* getNode() const
Return node if attached

ovirtual void home(const GUIEventAdapter&, GUIActionAdapter&)
Move the camera to the default position. May be ignored by manipulators if home functionality is not appropriate.

ovirtual void init(const GUIEventAdapter&, GUIActionAdapter&)
Start/restart the manipulator

ovirtual bool handle(const GUIEventAdapter& ea, GUIActionAdapter& us)
Handle events, return true if handled, false otherwise

oosg::ref_ptr<osg::Camera> _camera


Direct child classes:
TrackballManipulator
FlightManipulator
DriveManipulator

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.