Detailed Description
template<int _dimension_, class _TObject_, class _BoundingBoxGetter_>
class jafar::geom::VoxelSpace< _dimension_, _TObject_, _BoundingBoxGetter_ >::Voxel
Definition at line 189 of file VoxelSpace.hpp.
List of all members.
Public Member Functions |
const std::list< _TObject_ * > & | objects () const |
Private Member Functions |
void | insertObject (_TObject_ *object) |
void | removeObject (_TObject_ *object) |
Private Attributes |
ObjectsList | m_objects |
Friends |
class | VoxelSpace< _dimension_, _TObject_, _BoundingBoxGetter_ > |
struct | VoxelSpace< _dimension_, _TObject_, _BoundingBoxGetter_ >::InsertFunctor |
struct | VoxelSpace< _dimension_, _TObject_, _BoundingBoxGetter_ >::RemoveFunctor |
The documentation for this class was generated from the following file: