#include <Simulator.h>
Public Member Functions | |
SimulatorData () | |
Public Attributes | |
bool | useOctreeInsteadHash |
Vec3r | worldSize |
Vec3r | worldCenter |
int | octreeDepth |
int | hashMinLevel |
int | hashMaxLevel |
Definition at line 59 of file Simulator.h.
|
constructor with default values
Definition at line 63 of file Simulator.h. References hashMaxLevel, hashMinLevel, octreeDepth, useOctreeInsteadHash, worldCenter, and worldSize. |
|
for hash space: 2^(this value)
Definition at line 111 of file Simulator.h. Referenced by opal::ODESimulator::initData(), and SimulatorData(). |
|
for hash space: 2^(this value)
Definition at line 108 of file Simulator.h. Referenced by opal::ODESimulator::initData(), and SimulatorData(). |
|
used for octree space, default - 7
Definition at line 105 of file Simulator.h. Referenced by opal::ODESimulator::initData(), and SimulatorData(). |
|
copy-constructor if true, octree space will be used if false, hash space will be used instead default is false = hash space Definition at line 96 of file Simulator.h. Referenced by opal::ODESimulator::initData(), and SimulatorData(). |
|
used for octree space, default - (0,0,0)
Definition at line 102 of file Simulator.h. Referenced by opal::ODESimulator::initData(), and SimulatorData(). |
|
used for octree space, default - (1000,1000,1000)
Definition at line 99 of file Simulator.h. Referenced by opal::ODESimulator::initData(), and SimulatorData(). |