43   void DrawGrid(
double width, 
int subdivisions); 
 
   46   vct3 CameraPosition() 
const;
 
   48   std::vector<const osaGeometry*> geoms; 
 
   55   osaGLUT( 
int argc, 
char** argv);
 
   58   static void Register( 
const osaGeometry* geom );
 
   61   static void StartMainLoop(
void);
 
   67   void Keyboard( 
int k, 
int x, 
int y );
 
   69   osaGeometry* LoadOBJ( 
const std::string& filename );
 
   73       sleepPeriod = sleepPeriodInSec;
 
   76   static void Refresh();
 
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
 
void SetSleepPeriod(const double sleepPeriodInSec)
Setter. 
Definition: osaGLUT.h:72
 
Typedef for fixed size vectors. 
 
static osaGLUT * glut
Definition: osaGLUT.h:52