opal::SimulatorData Class Reference

Various configuration data for Simulator. More...

#include <Simulator.h>

List of all members.

Public Member Functions

 SimulatorData ()

Public Attributes

bool useOctreeInsteadHash
Vec3r worldSize
Vec3r worldCenter
int octreeDepth
int hashMinLevel
int hashMaxLevel


Detailed Description

Various configuration data for Simulator.

Definition at line 59 of file Simulator.h.


Constructor & Destructor Documentation

opal::SimulatorData::SimulatorData  )  [inline]
 

constructor with default values

Definition at line 63 of file Simulator.h.

References hashMaxLevel, hashMinLevel, octreeDepth, useOctreeInsteadHash, worldCenter, and worldSize.


Member Data Documentation

int opal::SimulatorData::hashMaxLevel
 

for hash space: 2^(this value)

Definition at line 111 of file Simulator.h.

Referenced by opal::ODESimulator::initData(), and SimulatorData().

int opal::SimulatorData::hashMinLevel
 

for hash space: 2^(this value)

Definition at line 108 of file Simulator.h.

Referenced by opal::ODESimulator::initData(), and SimulatorData().

int opal::SimulatorData::octreeDepth
 

used for octree space, default - 7

Definition at line 105 of file Simulator.h.

Referenced by opal::ODESimulator::initData(), and SimulatorData().

bool opal::SimulatorData::useOctreeInsteadHash
 

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().

Vec3r opal::SimulatorData::worldCenter
 

used for octree space, default - (0,0,0)

Definition at line 102 of file Simulator.h.

Referenced by opal::ODESimulator::initData(), and SimulatorData().

Vec3r opal::SimulatorData::worldSize
 

used for octree space, default - (1000,1000,1000)

Definition at line 99 of file Simulator.h.

Referenced by opal::ODESimulator::initData(), and SimulatorData().


The documentation for this class was generated from the following file:
Generated on Tue May 16 17:49:57 2006 for OPAL by  doxygen 1.4.6-NO