CMS 3D CMS Logo

VisCuTkState.h

Go to the documentation of this file.
00001 #ifndef VisCuTkState_H
00002 #define VisCuTkState_H
00003 
00004 class VisCuTkState{
00005         public:
00006           //return ID number of subdetector part
00007           virtual int getId() = 0;
00008           //return true if subdetector part is visible
00009           virtual bool isVisible() = 0;
00010           //change state  
00011           virtual void setVisible() = 0;
00012           virtual void setVisible(bool vis) = 0;
00013 };
00014 
00015 #endif

Generated on Tue Jun 9 17:50:12 2009 for CMSSW by  doxygen 1.5.4