public abstract class VolumeOfInterest extends java.lang.Object implements ConfigFileParser, java.io.Serializable
Constructor and Description |
---|
VolumeOfInterest() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
contains(double x,
double y,
double z)
Tests whether a given coordinate in world coordinates is within the VOI.
|
static VolumeOfInterest[] |
getVolumes()
Reports a list of all known implementations of VolumeOfInterest.
|
static VolumeOfInterest |
openAsVolume(java.lang.String filename)
Constructor from filename
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSuccess, readConfigFile
public abstract boolean contains(double x, double y, double z)
x
- world coordinate xy
- world coordinate yz
- world coordinate zpublic static VolumeOfInterest[] getVolumes()
public static VolumeOfInterest openAsVolume(java.lang.String filename)
filename
- the filename