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

ConsRep.h

Go to the documentation of this file.
00001 // $Heading: ConeRep.h $
00002 //   Author: T. Burnett
00003 //
00004 // Representation of a Cons with ArveScene
00005 
00006 #ifndef CONSREP_H
00007 #define CONSREP_H
00008 #include "gui/DisplayRep.h"
00009 
00010 class Cons;
00011 
00012 class ConsRep : public gui::DisplayRep {
00013 
00014 public:
00015     ConsRep(const Cons& cons):m_cons(cons){};
00016     void update();
00017 private:
00018     const Cons& m_cons;
00019 };
00020 #endif //CONSREP_H
00021 

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