Main Page   Class Hierarchy   Compound List   File List   Compound Members  

RepositorySOMDataTerralib.h

00001 #ifndef RepositorySOMDataTerralib_H
00002 #define RepositorySOMDataTerralib_H
00003 
00004 #include "TeAdoDB.h"
00005 #include "TeDatabase.h"
00006 
00007 #include "ISOMDataRepository.h"
00008 #include "Data.h"
00009 #include "Defs.h"
00010 
00011 
00018 class RepositorySOMDataTerralib : public ISOMDataRepository {
00019 public:
00021         void save( SOMData data );
00022 
00024         SOMData *  load( vector<string> params, int flag );
00025 public:
00026         TMatrix getCentroidCoords( vector<string> params  );
00027 };
00028 
00029 
00030 
00031 #endif

Generated on Thu Apr 8 15:04:10 2004 for SOMCode by doxygen1.2.18