Main Page   Class Hierarchy   Compound List   File List   Compound Members  

d_tri_spline.cpp

00001 #include "tri_spline.cpp"
00002 
00003 namespace PLib {
00004 
00005 
00006 #ifdef NO_IMPLICIT_TEMPLATES
00007   template class TriangularBSpline<double,3> ;
00008   template class RTriangularBSpline<double,3> ;
00009 
00010   template void convert(const NurbsSurface<double,3>& surf, RTriangularBSpline<double,3> &t1, RTriangularBSpline<double,3> &t2);
00011 
00012 #endif
00013 
00014 }

Generated on Tue Jun 24 13:26:54 2003 for NURBS++ by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002