Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

LabelSetRepository.h

Go to the documentation of this file.
00001 #ifndef Impala_Persistency_LabelSetRepository_h
00002 #define Impala_Persistency_LabelSetRepository_h
00003 
00004 #include "Persistency/RepositoryDispatcher.h"
00005 #include "Persistency/LabelSetRepositoryInFile.h"
00006 #include "Persistency/RepositoryNotImplemented.h"
00007 
00008 namespace Impala
00009 {
00010 namespace Persistency
00011 {
00012 
00013 
00014 class LabelSetRepository
00015     : public RepositoryDispatcher<FeatureLocator,
00016                                   Core::Feature::LabelSet,
00017                                   LabelSetRepositoryInFile,
00018                                   RepositoryNotImplemented<Core::Feature::LabelSet> >
00019 {
00020 public:
00021 
00022 };
00023 
00024 } // namespace Persistency
00025 } // namespace Impala
00026 
00027 #endif

Generated on Fri Mar 19 09:31:44 2010 for ImpalaSrc by  doxygen 1.5.1