Public Member Functions | |
BoxBounds () | |
void | update (int x, int y, int z) |
int | getStartX () |
int | getStartY () |
int | getStartZ () |
int | getStopX () |
int | getStopY () |
int | getStopZ () |
int | getWidth () |
int | getHeight () |
int | getDepth () |
void | printSize () |
String | toString () |
Public Attributes | |
int | xmin |
int | ymin |
int | zmin |
int | xmax |
int | ymax |
int | zmax |
Class responsible for bounding a three-dimensional region
Definition at line 8 of file BoxBounds.java.
theba.core.BoxBounds.BoxBounds | ( | ) |
Definition at line 13 of file BoxBounds.java.
References theba.core.BoxBounds.xmax, theba.core.BoxBounds.xmin, theba.core.BoxBounds.ymax, theba.core.BoxBounds.ymin, theba.core.BoxBounds.zmax, and theba.core.BoxBounds.zmin.
int theba.core.BoxBounds.getDepth | ( | ) |
Definition at line 72 of file BoxBounds.java.
References theba.core.BoxBounds.zmax, and theba.core.BoxBounds.zmin.
Referenced by theba.core.BoxBounds.toString().
int theba.core.BoxBounds.getHeight | ( | ) |
Definition at line 68 of file BoxBounds.java.
References theba.core.BoxBounds.ymax, and theba.core.BoxBounds.ymin.
Referenced by theba.core.BoxBounds.toString().
int theba.core.BoxBounds.getStartX | ( | ) |
Definition at line 40 of file BoxBounds.java.
References theba.core.BoxBounds.xmin.
int theba.core.BoxBounds.getStartY | ( | ) |
Definition at line 44 of file BoxBounds.java.
References theba.core.BoxBounds.ymin.
int theba.core.BoxBounds.getStartZ | ( | ) |
Definition at line 48 of file BoxBounds.java.
References theba.core.BoxBounds.zmin.
int theba.core.BoxBounds.getStopX | ( | ) |
Definition at line 52 of file BoxBounds.java.
References theba.core.BoxBounds.xmax.
int theba.core.BoxBounds.getStopY | ( | ) |
Definition at line 56 of file BoxBounds.java.
References theba.core.BoxBounds.ymax.
int theba.core.BoxBounds.getStopZ | ( | ) |
Definition at line 60 of file BoxBounds.java.
References theba.core.BoxBounds.zmax.
int theba.core.BoxBounds.getWidth | ( | ) |
Definition at line 64 of file BoxBounds.java.
References theba.core.BoxBounds.xmax, and theba.core.BoxBounds.xmin.
Referenced by theba.core.BoxBounds.toString().
void theba.core.BoxBounds.printSize | ( | ) |
Definition at line 76 of file BoxBounds.java.
References theba.core.BoxBounds.xmin, theba.core.BoxBounds.ymin, and theba.core.BoxBounds.zmin.
String theba.core.BoxBounds.toString | ( | ) |
Definition at line 81 of file BoxBounds.java.
References theba.core.BoxBounds.getDepth(), theba.core.BoxBounds.getHeight(), and theba.core.BoxBounds.getWidth().
void theba.core.BoxBounds.update | ( | int | x, | |
int | y, | |||
int | z | |||
) |
Definition at line 23 of file BoxBounds.java.
References theba.core.BoxBounds.xmax, theba.core.BoxBounds.xmin, theba.core.BoxBounds.ymax, theba.core.BoxBounds.ymin, theba.core.BoxBounds.zmax, and theba.core.BoxBounds.zmin.
Definition at line 11 of file BoxBounds.java.
Referenced by theba.core.BoxBounds.BoxBounds(), theba.core.BoxBounds.getStopX(), theba.core.BoxBounds.getWidth(), theba.core.RegionMask.RegionMask(), and theba.core.BoxBounds.update().
Definition at line 9 of file BoxBounds.java.
Referenced by theba.core.BoxBounds.BoxBounds(), theba.core.RegionMask.getPixelAt(), theba.core.BoxBounds.getStartX(), theba.core.BoxBounds.getWidth(), theba.core.RegionMask.isSet(), theba.core.BoxBounds.printSize(), theba.core.RegionMask.RegionMask(), and theba.core.BoxBounds.update().
Definition at line 11 of file BoxBounds.java.
Referenced by theba.core.BoxBounds.BoxBounds(), theba.core.BoxBounds.getHeight(), theba.core.BoxBounds.getStopY(), theba.core.RegionMask.RegionMask(), and theba.core.BoxBounds.update().
Definition at line 9 of file BoxBounds.java.
Referenced by theba.core.BoxBounds.BoxBounds(), theba.core.BoxBounds.getHeight(), theba.core.RegionMask.getPixelAt(), theba.core.BoxBounds.getStartY(), theba.core.RegionMask.isSet(), theba.core.BoxBounds.printSize(), theba.core.RegionMask.RegionMask(), and theba.core.BoxBounds.update().
Definition at line 11 of file BoxBounds.java.
Referenced by theba.core.BoxBounds.BoxBounds(), theba.core.BoxBounds.getDepth(), theba.core.BoxBounds.getStopZ(), theba.core.RegionMask.RegionMask(), and theba.core.BoxBounds.update().
Definition at line 9 of file BoxBounds.java.
Referenced by theba.core.BoxBounds.BoxBounds(), theba.core.BoxBounds.getDepth(), theba.core.RegionMask.getPixelAt(), theba.core.BoxBounds.getStartZ(), theba.core.RegionMask.isSet(), theba.core.BoxBounds.printSize(), theba.core.RegionMask.RegionMask(), and theba.core.BoxBounds.update().