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

SpheRep.h

Go to the documentation of this file.
00001 // $Header: /nfs/slac/g/glast/ground/cvs/geomrep/geomrep/SpheRep.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 TUBEREP_H
00008 #define TUBEREP_H
00009 
00010 #include "gui/DisplayRep.h"
00011 
00012 class Sphe;
00013 
00014 class SpheRep : public gui::DisplayRep {
00015 
00016 public:
00017     SpheRep(const Sphe& s):m_sphe(s){};
00018     void update();
00019 private:
00020     const Sphe& m_sphe;
00021 };
00022 #endif //SPHEREP_H
00023 

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