00001 #ifndef GRAL_GB_TEST_PRIMITIVES2D_H 00002 #define GRAL_GB_TEST_PRIMITIVES2D_H 00003 00004 template<class POINT> 00005 struct test_algebraic_primitives2d 00006 { 00007 void do_tests(std::ostream & out); 00008 }; 00009 00010 #ifdef NMWR_INCLUDE_TEMPLATE_DEFS 00011 #include "Geometry/internal/test-primitives2d.C" 00012 #endif 00013 00014 00015 #endif