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

RotorViewCacheResolver.h

Go to the documentation of this file.
00001 #ifndef Impala_Visualzation_RotorBrowser_RotorViewCacheResolver_h
00002 #define Impala_Visualzation_RotorBrowser_RotorViewCacheResolver_h
00003 
00004 #ifndef Impala_Visualzation_RotorBrowser_RotorDoDView_h
00005 #include "RotorDoDView.h"
00006 #endif
00007 
00008 namespace Impala {
00009 namespace Visualization {
00010 namespace RotorBrowser {
00011 
00012 class RotorViewCacheResolver
00013 {
00014 public:
00015     virtual RotorDoDView* FindRecycledView(int w, int h) = 0;
00016 };
00017 
00018 } // namespace RotorBrowser
00019 } // namespace Visualization
00020 } // namespace Impala
00021 #endif

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