Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TkrRecObjsRep.h

Go to the documentation of this file.
00001 
00002 #ifndef __TKRRECOBJSREP_H
00003 #define __TKRRECOBJSREP_H
00004 
00005 #include "TkrRecon/SiRecObjs.h"
00006 #include "gui/DisplayRep.h"
00007 
00008 //----------------------------------------------
00009 //
00010 //   TkrRecObjsRep
00011 //
00012 //   This does the TkrRecon display
00013 //----------------------------------------------
00014 //             Tracy Usher, SLAC, March 2, 2001
00015 //----------------------------------------------
00016 //##########################################################
00017 class TkrRecObjsRep : public gui::DisplayRep
00018 //##########################################################
00019 {
00020 public:
00022         TkrRecObjsRep(SiRecObjs** pClus);
00023         virtual ~TkrRecObjsRep() {}
00024 
00025         void update();
00026 
00027 private:
00028         SiRecObjs** ppRecObjs;
00029 };
00030       
00031 #endif

Generated at Wed Nov 21 12:21:21 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000