Reinforcement Learning Toolbox 2.0
last updated:
General
Documentation
Manual
Tutorial
Class Reference
Master Thesis
Examples
Related Papers
Downloads
Links
News
mailto:webmaster
Main Page     Class Hierarchy   Compound List   File List   Compound Members   File Members

CStateVariablesChooser Class Reference

#include <cstatemodifier.h>

Inheritance diagram for CStateVariablesChooser:

CStateModifier CStateProperties List of all members.


Public Member Functions

  CStateVariablesChooser (unsigned int numContStates, unsigned int *contStatesInd, unsigned int numDiscStates, unsigned int *discStatesInd, CStateProperties *originalState=NULL)
  ~CStateVariablesChooser ()
virtual void  getModifiedState (CStateCollection *originalState, CState *modifiedState)
  Virtual function for calculating the modified state from the original state (usually the model state).



Protected Attributes

unsigned int *  contStatesInd
unsigned int *  discStatesInd
CStateProperties originalState

Constructor & Destructor Documentation

CStateVariablesChooser::CStateVariablesChooser unsigned int  numContStates,
unsigned int *  contStatesInd,
unsigned int  numDiscStates,
unsigned int *  discStatesInd,
CStateProperties originalState = NULL
 
CStateVariablesChooser::~CStateVariablesChooser  ) 
 

Member Function Documentation

virtual void CStateVariablesChooser::getModifiedState CStateCollection originalState,
CState modifiedState
[virtual]
 

Virtual function for calculating the modified state from the original state (usually the model state).

Implements CStateModifier.


Member Data Documentation

unsigned int* CStateVariablesChooser::contStatesInd [protected]
 
unsigned int* CStateVariablesChooser::discStatesInd [protected]
 
CStateProperties* CStateVariablesChooser::originalState [protected]
 

The documentation for this class was generated from the following file: