Public Member Functions | |
RegionMask2D (short[] mask, int width, int height) | |
Stack | getVolume () |
boolean | isSet (int xp, int yp, int zp) |
short | getPixelAt (int xp, int yp, int zp) |
int | getWidth () |
int | getHeight () |
int | getDepth () |
Package Attributes | |
short[] | mask |
short | id |
This is the 2D equivalent of a RegionMask
Definition at line 8 of file RegionMask2D.java.
theba.core.RegionMask2D.RegionMask2D | ( | short[] | mask, | |
int | width, | |||
int | height | |||
) |
Definition at line 14 of file RegionMask2D.java.
References theba.core.RegionMask.depth.
int theba.core.RegionMask2D.getDepth | ( | ) |
Reimplemented from theba.core.RegionMask.
Definition at line 53 of file RegionMask2D.java.
References theba.core.RegionMask.depth.
int theba.core.RegionMask2D.getHeight | ( | ) |
Reimplemented from theba.core.RegionMask.
Definition at line 48 of file RegionMask2D.java.
References theba.core.RegionMask.height.
short theba.core.RegionMask2D.getPixelAt | ( | int | xp, | |
int | yp, | |||
int | zp | |||
) |
Reimplemented from theba.core.RegionMask.
Definition at line 35 of file RegionMask2D.java.
References theba.core.RegionMask.height, theba.core.RegionMask2D.mask, and theba.core.RegionMask.width.
Stack theba.core.RegionMask2D.getVolume | ( | ) |
Definition at line 23 of file RegionMask2D.java.
int theba.core.RegionMask2D.getWidth | ( | ) |
Reimplemented from theba.core.RegionMask.
Definition at line 43 of file RegionMask2D.java.
References theba.core.RegionMask.width.
boolean theba.core.RegionMask2D.isSet | ( | int | xp, | |
int | yp, | |||
int | zp | |||
) |
Reimplemented from theba.core.RegionMask.
Definition at line 28 of file RegionMask2D.java.
References theba.core.RegionMask.height, theba.core.RegionMask2D.mask, and theba.core.RegionMask.width.
short theba.core.RegionMask2D.id [package] |
Reimplemented from theba.core.RegionMask.
Definition at line 12 of file RegionMask2D.java.
short [] theba.core.RegionMask2D.mask [package] |
Definition at line 10 of file RegionMask2D.java.
Referenced by theba.core.RegionMask2D.getPixelAt(), and theba.core.RegionMask2D.isSet().