8 #ifndef ssShpereIntersector_H_
9 #define ssSphereIntersector_H_
11 #include <vlutil/vlConfig.h>
12 #include <vlutil/vlPrint.h>
26 #ifdef DtSPATIAL_SUB_CELL_TYPE
27 #undef DtSPATIAL_SUB_CELL_TYPE
30 #if _MSC_VER == 1200 // Visual Studio 6.0
31 #define DtSPATIAL_SUB_CELL_TYPE DtSpatialSubdivision< T >::DtSpatialSubCellType
33 #define DtSPATIAL_SUB_CELL_TYPE typename DtSpatialSubdivision< T >::DtSpatialSubCellType
88 #define SSSPHEREINTERSECTOR_HEADER
89 #include "geometry/ssSphereIntersector.inl"
90 #undef SSSPHEREINTERSECTOR_HEADER
92 #ifdef DtSPATIAL_SUB_CELL_TYPE
93 #undef DtSPATIAL_SUB_CELL_TYPE
DtSsSphereIntersector & operator=(const DtSsSphereIntersector &orig)
Definition: ssSphereIntersector.h:46
virtual ~DtSsSphereIntersector()
Definition: ssFunctor.h:46
virtual bool intersect(const DtSphere &sphere, DtSpatialSubdivision< T > &spatialSubdivision) const
Definition: spatialSubdivision.h:68