00001 #ifndef GRAL_GB_TEST_PRIMITIVES_H 00002 #define GRAL_GB_TEST_PRIMITIVES_H 00003 00004 // $LICENSE 00005 00006 #include <iostream> 00007 00013 template<class POINT> 00014 struct test_algebraic_primitives 00015 { 00016 void do_tests(std::ostream & out); 00017 }; 00018 00019 00020 00021 #ifdef NMWR_INCLUDE_TEMPLATE_DEFS 00022 #include "Geometry/internal/test-primitives.C" 00023 #endif 00024 00025 00026 #endif