00001 /** 00002 *\file node_fwd_dcl.h 00003 * 00004 *\brief 00005 * 00006 *\author Xianming Chen\n 00007 * Computer Science Department\n 00008 * University of Utah 00009 * 00010 */ 00011 00012 00013 #ifndef _NODE_FWD_DCL_H 00014 #define _NODE_FWD_DCL_H 00015 00016 #include "point.h" 00017 00018 00019 namespace euler 00020 { 00021 class solid_t; 00022 class face_t; 00023 class loop_t; 00024 class edge_t; 00025 class vertex_t; 00026 00027 typedef short id_t; 00028 } 00029 00030 #endif
1.4.6