00001 #ifndef GRAL_GB_TEST_PRIMITIVES3D_H 00002 #define GRAL_GB_TEST_PRIMITIVES3D_H 00003 00004 // $LICENSE 00005 00006 #include <iostream> 00007 00008 template<class POINT> 00009 struct test_algebraic_primitives3d 00010 { 00011 void do_tests(std::ostream & out); 00012 }; 00013 00014 #ifdef NMWR_INCLUDE_TEMPLATE_DEFS 00015 #include "Geometry/internal/test-primitives3d.C" 00016 #endif 00017 00018 00019 #endif