NurbsSphere.h

Go to the documentation of this file.
00001 /* $Id: NurbsSphere.h,v 1.1.1.1 2002/07/01 14:44:18 cvs Exp $ */
00002 
00003 #ifndef __NURBS_SPHERE_H
00004 #define __NURBS_SPHERE_H
00005 
00006 #include <esg/geometry/NurbsSurface.h>
00007 #include <opennurbs_sphere.h>
00008 
00009 namespace esg {
00010 
00015 class NurbsSphere : public NurbsSurface {
00016 public:
00017 
00028         NurbsSphere(const SDS&            ss,
00029                     AutoPtr<Intersector>* it,
00030                     float                 x,
00031                     float                 y,
00032                     float                 z,
00033                     float                 r);
00034 };
00035 
00036 }; // namespace
00037 
00038 #endif // __NURBS_SPHERE_H

Generated on Wed Jun 28 12:24:28 2006 for esg by  doxygen 1.4.6