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

TubsRep.h

Go to the documentation of this file.
00001 // $Header: /nfs/slac/g/glast/ground/cvs/geomrep/geomrep/TubsRep.h,v 1.3 2001/01/23 01:40:11 burnett Exp $
00002 //  Author: T. Burnett
00003 // Project: Arve graphics
00004 //
00005 // Representation of a Tube with ArveScene
00006 
00007 #ifndef TUBSREP_H
00008 #define TUBSREP_H
00009 #include "gui/DisplayRep.h"
00010 
00011 class Tubs;
00012 
00013 class TubsRep : public gui::DisplayRep {
00014 
00015 public:
00016     TubsRep(const Tubs& tubs):m_tubs(tubs){};
00017     void update();
00018 private:
00019     const Tubs& m_tubs;
00020 };
00021 #endif //TUBSREP_H
00022 

Generated at Mon Nov 26 18:18:45 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000