iMSTK
Interactive Medical Simulation Toolkit
imstkSpatialHashTable.cpp
1 /*
2 ** This file is part of the Interactive Medical Simulation Toolkit (iMSTK)
3 ** iMSTK is distributed under the Apache License, Version 2.0.
4 ** See accompanying NOTICE for details.
5 */
6 
7 #include "imstkSpatialHashTable.h"
8 
9 namespace imstk
10 {
12 {
13  m_cellSize[0] = 0.1;
14  m_cellSize[1] = 0.1;
15  m_cellSize[2] = 0.1;
16 }
17 } // namespace imstk
SpatialHashTable()
Protected constructor.
Compound Geometry.