added initial define and included missing files

This commit is contained in:
Nico Pietroni 2007-01-03 15:51:28 +00:00
parent a2ee98e3e4
commit 60958ee0e1
1 changed files with 10 additions and 2 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.8 2006/01/19 14:06:37 spinelli
add std:: namespace...
Revision 1.7 2005/10/03 16:18:15 spinelli
add template parameter for spatialindexing struction
@ -45,10 +48,14 @@ added vcg header
#include<vcg/space/plane3.h>
#include<vcg/space/segment3.h>
#include<vcg/space/intersection3.h>
#include<vcg/complex/edgemesh/allocate.h>
//#include<vcg/space/index/grid_static_ptr.h>
#include<algorithm>
#include<vcg/complex/trimesh/base.h>
#ifndef __VCGLIB_INTERSECTION_TRI_MESH
#define __VCGLIB_INTERSECTION_TRI_MESH
namespace vcg{
/** \addtogroup complex */
@ -201,4 +208,5 @@ bool IntersectionRayMesh(
return hit;
}
/*@}*/
} // end namespace vcg
} // end namespace vcg
#endif