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

ConeRep.h

Go to the documentation of this file.
00001 //      $Id: ConeRep.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 Cone with ArveScene
00006 
00007 #ifndef CONEREP_H
00008 #define CONEREP_H
00009 #include "gui/DisplayRep.h"
00010 
00011 class Cone;
00012 
00013 class ConeRep : public gui::DisplayRep {
00014 
00015 public:
00016     ConeRep(const Cone& cone):m_cone(cone){};
00017     void update();
00018 private:
00019     const Cone& m_cone;
00020 };
00021 #endif //CONEREP_H

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