Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

viewparam.h

Go to the documentation of this file.
00001 #ifndef TRAPPER_VIEWPARAM_H
00002 #define TRAPPER_VIEWPARAM_H
00003 
00004 #include "algoparam.h"
00005 class TrapperView;
00006 
00007 class ViewParam : public AlgoParam
00008 {
00009 public:
00010   ViewParam( TrapperView* view__ ) : view_(view__) { }
00011   TrapperView* view() { return view_; }
00012   
00013 private:
00014   TrapperView* view_;
00015 };
00016 
00017 #endif //TRAPPER_VIEWPARAM_H
00018  

Generated on Fri Mar 17 17:44:24 2006 for trapper by  doxygen 1.4.4