21 #ifndef _OF_DRAWABLETRAJECTORY_ 22 #define _OF_DRAWABLETRAJECTORY_ 27 #include <osg/ref_ptr> 43 DrawableTrajectory(
const std::string &name,
float r,
float g,
float b,
float a = 1.0);
47 virtual void showContents(
bool showContents);
48 virtual bool getContentsShown()
const;
53 void removeAllArtists();
54 unsigned int getNumArtists()
const;
58 virtual const osg::BoundingSphere& getBound()
const;
59 virtual std::string frameInfo()
const;
66 osg::ref_ptr<osg::Geode> _geode;
Abstract class for Trajectory objects.
Definition: TrajectoryArtist.hpp:42
Definition: CoordinateAxes.hpp:29
This class provides a ReferenceFrame for TrajectoryArtists.
Definition: DrawableTrajectory.hpp:39
Definition: ReferenceFrame.hpp:54