Interface class for all drawable objects. More...
#include <NDTVizGlut.hh>

Public Member Functions | |
| virtual void | draw ()=0 |
| Draw. | |
Interface class for all drawable objects.
Definition at line 86 of file NDTVizGlut.hh.
| virtual void NDTVizGlutObject::draw | ( | ) | [pure virtual] |
Draw.
Implemented in NDTVizGlutEllipsoids, NDTVizGlutEllipsoid, NDTVizGlutSetOfLines, and NDTVizGlutPointCloudColor.