added initial define and included missing files
This commit is contained in:
parent
a2ee98e3e4
commit
60958ee0e1
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.7 2005/10/03 16:18:15 spinelli
|
||||||
add template parameter for spatialindexing struction
|
add template parameter for spatialindexing struction
|
||||||
|
|
||||||
|
@ -45,10 +48,14 @@ added vcg header
|
||||||
#include<vcg/space/plane3.h>
|
#include<vcg/space/plane3.h>
|
||||||
#include<vcg/space/segment3.h>
|
#include<vcg/space/segment3.h>
|
||||||
#include<vcg/space/intersection3.h>
|
#include<vcg/space/intersection3.h>
|
||||||
|
#include<vcg/complex/edgemesh/allocate.h>
|
||||||
//#include<vcg/space/index/grid_static_ptr.h>
|
//#include<vcg/space/index/grid_static_ptr.h>
|
||||||
|
#include<algorithm>
|
||||||
#include<vcg/complex/trimesh/base.h>
|
#include<vcg/complex/trimesh/base.h>
|
||||||
|
|
||||||
|
#ifndef __VCGLIB_INTERSECTION_TRI_MESH
|
||||||
|
#define __VCGLIB_INTERSECTION_TRI_MESH
|
||||||
|
|
||||||
namespace vcg{
|
namespace vcg{
|
||||||
|
|
||||||
/** \addtogroup complex */
|
/** \addtogroup complex */
|
||||||
|
@ -201,4 +208,5 @@ bool IntersectionRayMesh(
|
||||||
return hit;
|
return hit;
|
||||||
}
|
}
|
||||||
/*@}*/
|
/*@}*/
|
||||||
} // end namespace vcg
|
} // end namespace vcg
|
||||||
|
#endif
|
Loading…
Reference in New Issue