Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

vrj::PfSimInterface Class Reference

Interface for objects that wish to perform simulator function with an OpenGL application. More...

#include <PfSimInterface.h>

Inheritance diagram for vrj::PfSimInterface:

Inheritance graph
[legend]
Collaboration diagram for vrj::PfSimInterface:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual ~PfSimInterface ()
virtual void updateSimulatorSceneGraph ()=0
 Draws this sim device using the given information about the Window it will be drawing into. More...

virtual void setEventWindow (gadget::EventWindowInterface ewInterface)=0
 Sets the event window the simulator can use to get input from the user. More...


Detailed Description

Interface for objects that wish to perform simulator function with an OpenGL application.

Definition at line 49 of file PfSimInterface.h.


Constructor & Destructor Documentation

virtual vrj::PfSimInterface::~PfSimInterface   [inline, virtual]
 

Definition at line 52 of file PfSimInterface.h.

00052 {}


Member Function Documentation

virtual void vrj::PfSimInterface::updateSimulatorSceneGraph   [pure virtual]
 

Draws this sim device using the given information about the Window it will be drawing into.

Implemented in vrj::PfBasicSimulator.

virtual void vrj::PfSimInterface::setEventWindow gadget::EventWindowInterface    ewInterface [pure virtual]
 

Sets the event window the simulator can use to get input from the user.

Implemented in vrj::PfBasicSimulator.


The documentation for this class was generated from the following file:
Generated on Sun May 2 15:11:15 2004 for VR Juggler by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002