A E G I L P R S W

A

ArrayReaderWriter - Class in edu.toronto.psi.vincent.util
Class for reading binary data from files to multidimensional arrays and writing binary data to files from multidimensional arrays.
ArrayReaderWriter() - Constructor for class edu.toronto.psi.vincent.util.ArrayReaderWriter
 

E

EasyProperties - Class in edu.toronto.psi.vincent.util
Wrapper for the Properties class to make reading data from and writing data to a properties file easier.
EasyProperties() - Constructor for class edu.toronto.psi.vincent.util.EasyProperties
Creates an empty property list with no default values.
EasyProperties(Properties) - Constructor for class edu.toronto.psi.vincent.util.EasyProperties
Creates an empty property list with the specified defaults.
EasyProperties(String) - Constructor for class edu.toronto.psi.vincent.util.EasyProperties
Creates a property list from the specified properties file.
edu.toronto.psi.vincent.util - package edu.toronto.psi.vincent.util
Provides classes for performing various tasks.

G

get2DDoubleArrayProperty(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a two-dimensional double array.
get2DDoubleArrayProperty(String, double[][]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a two-dimensional double array.
get2DIntArrayProperty(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a two-dimensional integer array.
get2DIntArrayProperty(String, int[][]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a two-dimensional integer array.
get3DDoubleArrayProperty(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a three-dimensional double array.
get3DDoubleArrayProperty(String, double[][][]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a three-dimensional double array.
get3DIntArrayProperty(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a three-dimensional integer array.
get3DIntArrayProperty(String, int[][][]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a three-dimensional integer array.
getBooleanProperty(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a boolean (property is true if != "0" or == "true").
getBooleanProperty(String, boolean) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a boolean (property is true if != "0" or == "true").
getDoubleArrayProperty(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a double array.
getDoubleArrayProperty(String, double[]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a double array.
getDoubleProperty(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a double.
getDoubleProperty(String, double) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a double.
getIntArrayProperty(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as an integer array.
getIntArrayProperty(String, int[]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as an integer array.
getIntProperty(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as an integer.
getIntProperty(String, int) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as an integer.
getStream(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Create a stream to the file specified by filename.
getStringArrayProperty(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a string array.
getStringArrayProperty(String, String[]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Returns the property as a string array.

I

ImageReaderWriter - Class in edu.toronto.psi.vincent.util
Class for reading images from files to multidimensional arrays and writing multidimensional arrays to image files.
ImageReaderWriter() - Constructor for class edu.toronto.psi.vincent.util.ImageReaderWriter
 

L

list() - Method in class edu.toronto.psi.vincent.util.EasyProperties
Prints this property list to the default output stream (System.out).
load(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Load the properties file.

P

parse2DDoubleArray(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Parses a comma delimited string to a two-dimensional double array.
parse2DIntArray(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Parses a comma delimited string to a two-dimensional integer array.
parse3DDoubleArray(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Parses a comma delimited string to a three-dimensional double array.
parse3DIntArray(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Parses a comma delimited string to a three-dimensional integer array.
parseDoubleArray(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Parses a comma delimited string to a double array.
parseIntArray(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Parses a comma delimited string to an integer array.
parseStringArray(String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Parses a ", " delimited string to a string array.

R

read(String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Reads an image from a file.
read(String, String, int) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Reads a video sequence from a set of image files.
read1DArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads an array from a file.
read1DBooleanArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads an array from a file.
read1DFloatArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads an array from a file.
read1DIntArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads an array from a file.
read2DArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read2DBooleanArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read2DFloatArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read2DIntArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read3DArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read3DBooleanArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read3DFloatArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read3DIntArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read4DArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read4DBooleanArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read4DFloatArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read4DIntArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read5DArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read5DBooleanArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read5DFloatArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
read5DIntArray(String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Reads a rectangular jagged array from a file.
readFloat(String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Reads an image from a file.
readFloat(String, String, int) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Reads a video sequence from a set of image files.
readInt(String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Reads an image from a file.
readInt(String, String, int) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Reads a video sequence from a set of image files.

S

setProperty(String, boolean) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Calls the Hashtable method put.
setProperty(String, int) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Calls the Hashtable method put.
setProperty(String, double) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Calls the Hashtable method put.
setProperty(String, int[]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Calls the Hashtable method put.
setProperty(String, int[][]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Calls the Hashtable method put.
setProperty(String, int[][][]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Calls the Hashtable method put.
setProperty(String, double[]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Calls the Hashtable method put.
setProperty(String, double[][]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Calls the Hashtable method put.
setProperty(String, double[][][]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Calls the Hashtable method put.
setProperty(String, String[]) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Calls the Hashtable method put.
store(String, String) - Method in class edu.toronto.psi.vincent.util.EasyProperties
Writes this property list (key and element pairs) in this Properties table to a file in a format suitable for loading into a Properties table using the load method.

W

write(double[], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes an array to a file.
write(double[][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(double[][][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(double[][][][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(double[][][][][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(float[], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes an array to a file.
write(float[][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(float[][][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(float[][][][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(float[][][][][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(int[], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes an array to a file.
write(int[][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(int[][][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(int[][][][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(int[][][][][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(boolean[], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes an array to a file.
write(boolean[][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(boolean[][][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(boolean[][][][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(boolean[][][][][], String) - Static method in class edu.toronto.psi.vincent.util.ArrayReaderWriter
Writes a rectangular jagged array to a file.
write(double[][][], String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes an image to a file.
write(double[][], String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes a gray scale image to a file.
write(double[][][][], String, String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes a video sequence as a set of images.
write(int[][][], String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes an image to a file.
write(int[][], String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes a gray scale image to a file.
write(int[][][][], String, String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes a video sequence as a set of images.
write(float[][][], String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes an image to a file.
write(float[][][][], String, String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes a video sequence as a set of images.
write(float[][], String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes a gray scale image to a file.
write(boolean[][], String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes an image to a file.
write(boolean[][][], String, String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes a video sequence as a set of images.
writeScaledGray(double[][][], String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes an image as a gray scale image by summing over the RGB values, then rescaling to use the full gray scale.
writeScaledGray(double[][], double, double, String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes an image as a gray scale image by summing over the RGB values, then rescaling to use the full gray scale
writeScaledGray(double[][][][], String, String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes a video as a set of gray scale images by summing over the RGB values, then rescaling to use the full gray scale.
writeScaledGray(int[][][], String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes an image as a gray scale image by summing over the RGB values, then rescaling to use the full gray scale.
writeScaledGray(int[][][][], String, String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes a video as a set of gray scale images by summing over the RGB values, then rescaling to use the full gray scale.
writeScaledGray(float[][][], String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes an image as a gray scale image by summing over the RGB values, then rescaling to use the full gray scale.
writeScaledGray(float[][][][], String, String) - Static method in class edu.toronto.psi.vincent.util.ImageReaderWriter
Writes a video as a set of gray scale images by summing over the RGB values, then rescaling to use the full gray scale.

A E G I L P R S W