LoggingFeatureContainer.h

Go to the documentation of this file.
00001 
00024 #ifndef _LOGGINGFEATURECONTAINER_H
00025 #define _LOGGINGFEATURECONTAINER_H
00026 
00027 #include "FeatureContainer.h"
00028 
00032 class LoggingFeatureContainer : public FeatureContainer {
00033         private:
00034                 FILE *out;
00035 
00036         public:
00047                 LoggingFeatureContainer(ConfigReader *config);
00049                 virtual ~LoggingFeatureContainer();
00050 
00051                 virtual void nextSample();
00052 };
00053 
00054 #endif // _LOGGINGFEATURECONTAINER_H

Generated on Mon Jun 5 10:20:42 2006 for Intelligence.kdevelop by  doxygen 1.4.6