Inherits osgExtension::Transform.
Public Member Functions | |
TrackedTransform (const osg::Matrix &m) | |
TrackedTransform (const TrackedTransform &, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
Copy constructor using CopyOp to manage deep vs shallow copy. | |
META_Node (osgTracker, TrackedTransform) | |
void | setTracking (bool newVal) |
set whether the reading is up to date. | |
bool | isTracking (void) const |
return whether the valued stored is up to date. | |
Tracker * | getTracker () |
return the tracker associated with this transform. | |
const Tracker * | getTracker () const |
const version that returns the tracker associate with this transform. |