iMSTK
Interactive Medical Simulation Toolkit
Source
DataStructures
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
{
11
SpatialHashTable::SpatialHashTable
()
12
{
13
m_cellSize[0] = 0.1;
14
m_cellSize[1] = 0.1;
15
m_cellSize[2] = 0.1;
16
}
17
}
// namespace imstk
imstk::SpatialHashTable::SpatialHashTable
SpatialHashTable()
Protected constructor.
Definition:
imstkSpatialHashTable.cpp:11
imstk
Compound Geometry.
Definition:
OctreeDebugModel.cpp:10
Generated by
1.8.13