Update of /cvsroot/robotflow/RobotFlow/Generic/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27069
Modified Files:
KDTree.cc
Log Message:
removed duplicate KDPoint DECLARE_TYPE
Index: KDTree.cc
===================================================================
RCS file: /cvsroot/robotflow/RobotFlow/Generic/src/KDTree.cc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** KDTree.cc 4 Oct 2005 20:50:13 -0000 1.4
--- KDTree.cc 4 Oct 2005 20:51:59 -0000 1.5
***************
*** 23,26 ****
namespace RobotFlow {
!
}//namespace RobotFlow
--- 23,35 ----
namespace RobotFlow {
! DECLARE_TYPE(KDTree<unsigned char>)
! DECLARE_TYPE(KDTree<char>)
! DECLARE_TYPE(KDTree<unsigned short>)
! DECLARE_TYPE(KDTree<short>)
! DECLARE_TYPE(KDTree<unsigned int>)
! DECLARE_TYPE(KDTree<int>)
! DECLARE_TYPE(KDTree<unsigned long>)
! DECLARE_TYPE(KDTree<long>)
! DECLARE_TYPE(KDTree<float>)
! DECLARE_TYPE(KDTree<double>)
}//namespace RobotFlow
|