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

HypeRep.h

Go to the documentation of this file.
00001 // $Header: /nfs/slac/g/glast/ground/cvs/geomrep/geomrep/HypeRep.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 Hype with ArveScene
00006 
00007 #ifndef TUBSREP_H
00008 #define HYPEREP_H
00009 #include "gui/DisplayRep.h"
00010 
00011 class Hype;
00012 
00013 class HypeRep : public gui::DisplayRep {
00014 
00015 public:
00016     HypeRep(const Hype& hype):m_hype(hype){};
00017     void update();
00018 private:
00019     const Hype& m_hype;
00020 };
00021 #endif //HYPEREP_H
00022 

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