|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcdx.Constants
public final class Constants
All of relevant global constants for the parallel CDx.
| Field Summary | |
|---|---|
static long |
DETECTOR_PERIOD
|
static int |
DETECTOR_PRIORITY
Constants about the simulator and detectors. |
static float |
GOOD_VOXEL_SIZE
|
static int |
LENGTH_OF_CALLSIGN
|
static int |
MAX_OF_PLANES
Constants about planes and callsigns. |
static float |
MAX_X
|
static float |
MAX_Y
|
static float |
MAX_Z
|
static float |
MIN_X
Constants about frames and voxels. |
static float |
MIN_Y
|
static float |
MIN_Z
|
static long |
MISSION_MEMORY_SIZE
|
static int |
NUMBER_OF_PLANES
|
static float |
PROXIMITY_RADIUS
|
| Constructor Summary | |
|---|---|
Constants()
|
|
| Method Summary | |
|---|---|
static int |
voxels(float voxel_size)
Utility method to calculate the number of voxels for a given voxel size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final float MIN_X
public static final float MIN_Y
public static final float MIN_Z
public static final float MAX_X
public static final float MAX_Y
public static final float MAX_Z
public static final float PROXIMITY_RADIUS
public static final float GOOD_VOXEL_SIZE
public static int DETECTOR_PRIORITY
public static long MISSION_MEMORY_SIZE
public static long DETECTOR_PERIOD
public static int MAX_OF_PLANES
public static int NUMBER_OF_PLANES
public static int LENGTH_OF_CALLSIGN
| Constructor Detail |
|---|
public Constants()
| Method Detail |
|---|
public static int voxels(float voxel_size)
voxel_size - the size of a voxel
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||