public class CylinderBasedVolumeOfInterest extends VolumeOfInterest
| Constructor and Description | 
|---|
CylinderBasedVolumeOfInterest()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
contains(double x,
        double y,
        double z)
Tests whether a given coordinate in world coordinates is within the VOI. 
 | 
boolean | 
getSuccess()
is true if the reading was successful. 
 | 
void | 
readConfigFile(java.lang.String filename)
Reads the configuration from the file denoted by filename 
 | 
getVolumes, openAsVolumepublic boolean contains(double x,
               double y,
               double z)
VolumeOfInterestcontains in class VolumeOfInterestx - world coordinate xy - world coordinate yz - world coordinate zpublic void readConfigFile(java.lang.String filename)
                    throws java.io.IOException
ConfigFileParserfilename - the file namejava.io.IOException - may happen during readingpublic boolean getSuccess()
ConfigFileParser