|
Public Member Functions |
virtual const char * | className () const |
virtual void | setByMatrix (const osg::Matrix &matrix) |
virtual void | setByInverseMatrix (const osg::Matrix &matrix) |
virtual osg::Matrix | getMatrix () const |
virtual osg::Matrix | getInverseMatrix () const |
virtual void | setNode (osg::Node *) |
const osg::Node * | getNode () const |
osg::Node * | getNode () |
virtual void | home (const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &us) |
virtual void | init (const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &us) |
virtual bool | handle (const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &us) |
virtual void | getUsage (osg::ApplicationUsage &usage) const |
void | setMatrix (const osg::Matrix &matrix) |
void | setPlatform (const osg::Matrix &newPlatform) |
osg::Matrix | getPlatform () |
Protected Attributes |
osg::Matrix | _platform |
osg::ref_ptr< osg::Node > | _node |