LoggingFeatureContainer Class Reference

#include <LoggingFeatureContainer.h>

Inheritance diagram for LoggingFeatureContainer:

FeatureContainer List of all members.

Public Member Functions

 LoggingFeatureContainer (ConfigReader *config)
virtual ~LoggingFeatureContainer ()
virtual void nextSample ()

Detailed Description

Todo:
documentation


Constructor & Destructor Documentation

LoggingFeatureContainer::LoggingFeatureContainer ConfigReader config  ) 
 

Constructor

Initiaizes a logfile and logs all operations performed on the underlaying FeatureContainer class for later replay.

Parameters:
config A ConfigReader instance
See also:
FeatureContainer

LoggingFeatureContainer::~LoggingFeatureContainer  )  [virtual]
 

Destructor


Member Function Documentation

void LoggingFeatureContainer::nextSample  )  [virtual]
 

Retrieve next sample

Retrieve next samples from all features at once. This method should be called at the beginning of each time step. This method calls nextSample for each FeatureContainer and then allocates the global feature vector which can be returned by successive calls to getSampleVector. The specific feature objects are created by the FeatureContainer implementations, as this method calls getSample for every dimension.

See also:
FeatureContainer::nextSample

FeatureContainer::getSample

getSampleVector

Reimplemented from FeatureContainer.


The documentation for this class was generated from the following files:
Generated on Mon Jun 5 10:20:49 2006 for Intelligence.kdevelop by  doxygen 1.4.6