Page principale | Liste des namespaces | Hiérarchie des classes | Liste par ordre alphabétique | Liste des composants | Liste des fichiers | Composants | Déclarations

CappedCylinderGeometry.h

Aller à la documentation de ce fichier.
00001 /*=========================================================================
00002 UberSim Source Code Release
00003 -------------------------------------------------------------------------
00004 Copyright (C) 2002 Manuela Veloso, Brett Browning, Mike Bowling,
00005                    James Bruce; {mmv, brettb, mhb, jbruce}@cs.cmu.edu
00006                    Erick Tryzelaar {erickt}@andrew.cmu.edu
00007 School of Computer Science, Carnegie Mellon University
00008 -------------------------------------------------------------------------
00009 This software is distributed under the GNU General Public License,
00010 version 2.  If you do not have a copy of this licence, visit
00011 www.gnu.org, or write: Free Software Foundation, 59 Temple Place,
00012 Suite 330 Boston, MA 02111-1307 USA.  This program is distributed
00013 in the hope that it will be useful, but WITHOUT ANY WARRANTY,
00014 including MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00015 -------------------------------------------------------------------------*/
00016 
00017 #ifndef __SIM_CAPPEDCYLINDERGEOMETRY_H__
00018 #define __SIM_CAPPEDCYLINDERGEOMETRY_H__
00019 
00020 #include "Geometry.h"
00027 class CappedCylinderGeometry : public Geometry
00028 {
00029     public:
00030         CappedCylinderGeometry          (Real legnth, Real radius, char* name = "Capped Cylinder Geometry");
00031         virtual ~CappedCylinderGeometry ();
00032 
00033     public:
00034         virtual void draw ();
00035     virtual void print ();
00036 
00037     protected:
00038         Real length;
00039         Real radius;
00040 };
00041 
00042 #endif

Généré le Mon Mar 1 01:29:41 2004 par doxygen 1.3.3