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

NullPrediction Class Reference

#include <prediction.h>

Inheritance diagram for NullPrediction:

Prediction List of all members.

Public Member Functions

 NullPrediction (LPoint3f &)
virtual ~NullPrediction (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

NullPrediction::NullPrediction LPoint3f &  start  ) 
 

Definition at line 51 of file prediction.cxx.

NullPrediction::~NullPrediction void   )  [virtual]
 

Definition at line 54 of file prediction.cxx.

References Prediction::_curr_p, and Prediction::_curr_v.


Member Function Documentation

void NullPrediction::force_telemetry LPoint3f &   )  [virtual]
 

Reimplemented from Prediction.

Definition at line 65 of file prediction.cxx.

LPoint3f Prediction::get_pos void   )  const [inherited]
 

Definition at line 39 of file prediction.cxx.

References Prediction::_curr_v.

LVector3f Prediction::get_vel void   )  const [inherited]
 

Definition at line 43 of file prediction.cxx.

void NullPrediction::new_telemetry LPoint3f &   )  [virtual]
 

Reimplemented from Prediction.

Definition at line 60 of file prediction.cxx.

References Prediction::_curr_p, and Prediction::_curr_v.

void NullPrediction::step void   )  [virtual]
 

Reimplemented from Prediction.

Definition at line 57 of file prediction.cxx.

References Prediction::_curr_p.


Member Data Documentation

LPoint3f Prediction::_curr_p [protected, inherited]
 

Definition at line 30 of file prediction.h.

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

LVector3f Prediction::_curr_v [protected, inherited]
 

Definition at line 31 of file prediction.h.

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


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