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

vrj::DrawSimInterface Class Reference

Base class for all simulator interface across all draw manager types. More...

#include <DrawSimInterface.h>

Inheritance diagram for vrj::DrawSimInterface:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~DrawSimInterface ()
virtual bool config (jccl::ConfigElementPtr element)=0
virtual void updateProjectionData (const float positionScale, Projection *leftProj, Projection *rightProj)
 Called as part of the viewports updateProjection call. More...

virtual void initialize (SimViewport *simVp)=0

Detailed Description

Base class for all simulator interface across all draw manager types.

Definition at line 52 of file DrawSimInterface.h.


Constructor & Destructor Documentation

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

Definition at line 55 of file DrawSimInterface.h.

00055 {}


Member Function Documentation

virtual bool vrj::DrawSimInterface::config jccl::ConfigElementPtr    element [pure virtual]
 

Implemented in vrj::GlBasicSimulator.

virtual void vrj::DrawSimInterface::updateProjectionData const float    positionScale,
Projection   leftProj,
Projection   rightProj
[inline, virtual]
 

Called as part of the viewports updateProjection call.

Reimplemented in vrj::GlBasicSimulator.

Definition at line 65 of file DrawSimInterface.h.

00066       {
00067          boost::ignore_unused_variable_warning(positionScale);
00068          boost::ignore_unused_variable_warning(leftProj);
00069          boost::ignore_unused_variable_warning(rightProj);
00070       }

virtual void vrj::DrawSimInterface::initialize SimViewport   simVp [pure virtual]
 

Implemented in vrj::GlBasicSimulator.


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