OpenStructure
|
#include <spatial_organizer.hh>
Data Structures | |
struct | Entry |
struct | Index |
Public Types | |
typedef std::vector< ITEM > | ItemList |
Public Member Functions | |
SpatialOrganizer (Real delta) | |
void | Add (const ITEM &item, const VEC &pos) |
void | Remove (const ITEM &item) |
ITEM | FindClosest (const VEC &pos) |
ItemList | FindWithin (const VEC &pos, Real dist) const |
void | Clear () |
void | Swap (SpatialOrganizer &o) |
spatial organizer
Definition at line 38 of file spatial_organizer.hh.
typedef std::vector<ITEM> ItemList |
Definition at line 40 of file spatial_organizer.hh.
|
inline |
Definition at line 69 of file spatial_organizer.hh.
|
inline |
Definition at line 75 of file spatial_organizer.hh.
|
inline |
Definition at line 176 of file spatial_organizer.hh.
|
inline |
Definition at line 92 of file spatial_organizer.hh.
Definition at line 142 of file spatial_organizer.hh.
|
inline |
Definition at line 80 of file spatial_organizer.hh.
|
inline |
Definition at line 180 of file spatial_organizer.hh.