Package | Description |
---|---|
model.environment.objects.physicalObject.sensor |
Sensor related classes.
|
model.environment.objects.physicalObject.sensor.impl |
Sensor implementations.
|
Modifier and Type | Field and Description |
---|---|
private XRaySensor |
XRaySystem.xray
The
XRaySensor . |
Modifier and Type | Method and Description |
---|---|
XRaySensor |
XRaySystem.getXRaySensor()
Gets the
XRaySensor . |
Constructor and Description |
---|
XRaySystem(java.util.List<Position> systemCornerPoints,
XRaySensor sensor,
Position luggageStart,
Position luggageEnd)
Creates an x-ray system from a set of corner points.
|
XRaySystem(java.util.List<Position> systemCornerPoints,
XRaySensor sensor,
Position luggageStart,
Position luggageEnd,
boolean otherWayAround)
Creates an x-ray system from a set of corner points.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicXRaySensor
A basic X-Ray sensor.
|
Constructor and Description |
---|
BasicXRaySystem(java.util.List<Position> systemCornerPoints,
XRaySensor sensor,
Position luggageStart,
Position luggageEnd)
Creates an x-ray system from a set of corner points.
|
BasicXRaySystem(java.util.List<Position> systemCornerPoints,
XRaySensor sensor,
Position luggageStart,
Position luggageEnd,
boolean otherWayAround)
Creates an x-ray system from a set of corner points.
|