Tracer Class Reference

Camera that traces some world entity. More...

#include <tracer.h>

Inherits Camera.

Inheritance diagram for Tracer:

Inheritance graph
[legend]
Collaboration diagram for Tracer:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Tracer (void)
 ~Tracer ()
void associate (const WorldEntity *entity)
 Associates tracer with entity.

Private Attributes

WorldEntitymEntity
 world entity that this tracer follows

Detailed Description

Camera that traces some world entity.

This camera can be associated with player's tank and use some preconfigured navigation to follow the tank (keep distance, angle, ...).

Definition at line 16 of file tracer.h.


Constructor & Destructor Documentation

Tracer::Tracer void   ) 
 

Definition at line 5 of file tracer.cpp.

Tracer::~Tracer  ) 
 

Definition at line 10 of file tracer.cpp.


Member Function Documentation

void Tracer::associate const WorldEntity entity  ) 
 

Associates tracer with entity.

Parameters:
entity target to follow


Member Data Documentation

WorldEntity* Tracer::mEntity [private]
 

world entity that this tracer follows

Definition at line 32 of file tracer.h.


The documentation for this class was generated from the following files:
Generated on Wed Apr 12 14:45:51 2006 for bjs by  doxygen 1.4.5