FileLoader.h

Go to the documentation of this file.
00001 #ifndef FILELOADER_H_
00002 #define FILELOADER_H_
00003 
00004 #include "DataSet.h"
00005 
00006 namespace damina
00007 {
00008 
00018         class FileLoader
00019         {
00020                 
00021                 public:
00022                 
00023                         //TODO temporary pure virtual - no time to implement
00024                         
00025                         virtual DataSet *load() = 0;
00026                         virtual DataSet *load(char *) = 0;
00027                         
00028                         FileLoader();
00029                         virtual ~FileLoader();
00030         };
00031 
00032 }
00033 
00034 #endif /*FILELOADER_H_*/

Generated on Mon Sep 24 22:26:48 2007 for SVClustering by  doxygen 1.5.2