Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members

glanalytical.h

00001 /***************************************************************************
00002                           glanalytical.h  -  description
00003                              -------------------
00004     begin                : Thu Aug 14 2003
00005     copyright            : (C) 2003 by Jacques Gasselin de Richebourg
00006     email                : jacquesgasselin@hotmail.com
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU Lesser General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef GLANALYTICAL_H
00019 #define GLANALYTICAL_H
00020 
00021 
00026 #include "glgeometricobject.h"
00027 
00028 namespace GLScene
00029 {
00030    
00031    class GLAnalytical: public GLGeometricObject
00032    {
00033 
00034    public: 
00035     GLAnalytical();
00036     ~GLAnalytical();
00037    };
00038 };
00039 
00040 #endif

Generated on Wed Feb 4 23:11:33 2004 by doxygen 1.3.3