iMSTK
Interactive Medical Simulation Toolkit
|
Abstract class for spatial hash tables. More...
#include <imstkSpatialHashTable.h>
Public Member Functions | |
virtual void | setCellSize (double x, double y, double z)=0 |
Protected constructor. More... | |
Protected Member Functions | |
virtual void | rehash ()=0 |
Rehash the hash table. | |
SpatialHashTable () | |
Protected constructor. | |
Protected Attributes | |
double | m_cellSize [3] |
Abstract class for spatial hash tables.
Definition at line 16 of file imstkSpatialHashTable.h.
|
pure virtual |
Protected constructor.
x,y,z | Dimensions for each cell |
Implemented in imstk::SpatialHashTableSeparateChaining.