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

KalmanPredictResult Class Reference

Contains the results of a predict call of a KalmanBallLocator process model. More...

#include <BaseModel.h>

Collaboration diagram for KalmanPredictResult:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 KalmanPredictResult ()

Public Attributes

KalmanBallState state
 predicted state of the ball

double liklihood
 predicted liklihood of the state


Detailed Description

Contains the results of a predict call of a KalmanBallLocator process model.

Definition at line 50 of file BaseModel.h.


Constructor & Destructor Documentation

KalmanPredictResult::KalmanPredictResult  ) 
 

Definition at line 27 of file BaseModel.cpp.


Member Data Documentation

KalmanBallState KalmanPredictResult::state
 

predicted state of the ball

Definition at line 56 of file BaseModel.h.

Referenced by KalmanFixedPositionModel::predict(), and KalmanConstantSpeedModel::predict().

double KalmanPredictResult::liklihood
 

predicted liklihood of the state

Definition at line 57 of file BaseModel.h.

Referenced by KalmanFixedPositionModel::predict(), and KalmanConstantSpeedModel::predict().


The documentation for this class was generated from the following files:
Generated on Thu Sep 23 20:09:02 2004 for GT2004 by doxygen 1.3.6