cgma
|
00001 /* Title: LocalStart.hpp 00002 * Description: Start position for a local surface search 00003 * Checked By: */ 00004 00005 #ifndef LOCAL_START_HPP 00006 #define LOCAL_START_HPP 00007 00008 typedef int LocalStart; 00009 00010 #endif 00011