00001 #ifndef BEZIERCOMPLEX_H 00002 #define BEZIERCOMPLEX_H 00003 00004 #include "cell.h" 00005 #include "cellcomplex.h" 00006 00007 typedef CellComplex<BezierVertex,BezierEdge,BezierTriangle,BezierTuple> BezierComplex; 00008 00009 #endif