Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Prediction Class Reference

#include <prediction.h>

Inheritance diagram for Prediction:

LinearPrediction NullPrediction List of all members.

Public Member Functions

 Prediction (LPoint3f &)
virtual ~Prediction (void)
virtual void step (void)
virtual void new_telemetry (LPoint3f &)
virtual void force_telemetry (LPoint3f &)
LPoint3f get_pos (void) const
LVector3f get_vel (void) const

Protected Attributes

LPoint3f _curr_p
LVector3f _curr_v

Constructor & Destructor Documentation

Prediction::Prediction LPoint3f &  start  ) 
 

Definition at line 24 of file prediction.cxx.

Prediction::~Prediction void   )  [virtual]
 

Definition at line 27 of file prediction.cxx.


Member Function Documentation

void Prediction::force_telemetry LPoint3f &   )  [virtual]
 

Reimplemented in NullPrediction, and LinearPrediction.

Definition at line 36 of file prediction.cxx.

References _curr_p.

LPoint3f Prediction::get_pos void   )  const
 

Definition at line 39 of file prediction.cxx.

References _curr_v.

LVector3f Prediction::get_vel void   )  const
 

Definition at line 43 of file prediction.cxx.

void Prediction::new_telemetry LPoint3f &   )  [virtual]
 

Reimplemented in NullPrediction, and LinearPrediction.

Definition at line 33 of file prediction.cxx.

void Prediction::step void   )  [virtual]
 

Reimplemented in NullPrediction, and LinearPrediction.

Definition at line 30 of file prediction.cxx.


Member Data Documentation

LPoint3f Prediction::_curr_p [protected]
 

Definition at line 30 of file prediction.h.

Referenced by force_telemetry(), NullPrediction::new_telemetry(), NullPrediction::step(), and NullPrediction::~NullPrediction().

LVector3f Prediction::_curr_v [protected]
 

Definition at line 31 of file prediction.h.

Referenced by get_pos(), NullPrediction::new_telemetry(), and NullPrediction::~NullPrediction().


The documentation for this class was generated from the following files:
Generated on Fri May 2 01:41:06 2003 for Direct by doxygen1.3