Public Member Functions | |
Region (BoxBounds bounds, short id, long size, Point3D origin) | |
Region (short id, BoxBounds bounds) | |
BoxBounds | getBounds () |
void | setBounds (BoxBounds bounds) |
short | getId () |
void | setId (short id) |
StringBuffer | getInfo () |
void | setInfo (StringBuffer info) |
long | getSize () |
void | setSize (long size) |
Public Attributes | |
long | size = 0 |
Package Attributes | |
Point3D | origin |
A class representing a 3D region with a given label, bounded box and some associated data
Definition at line 12 of file Region.java.
Definition at line 24 of file Region.java.
theba.core.Region.Region | ( | short | id, | |
BoxBounds | bounds | |||
) |
Definition at line 32 of file Region.java.
BoxBounds theba.core.Region.getBounds | ( | ) |
Definition at line 38 of file Region.java.
short theba.core.Region.getId | ( | ) |
Definition at line 46 of file Region.java.
StringBuffer theba.core.Region.getInfo | ( | ) |
Definition at line 54 of file Region.java.
long theba.core.Region.getSize | ( | ) |
Definition at line 62 of file Region.java.
References theba.core.Region.size.
void theba.core.Region.setBounds | ( | BoxBounds | bounds | ) |
Definition at line 42 of file Region.java.
void theba.core.Region.setId | ( | short | id | ) |
Definition at line 50 of file Region.java.
void theba.core.Region.setInfo | ( | StringBuffer | info | ) |
Definition at line 58 of file Region.java.
void theba.core.Region.setSize | ( | long | size | ) |
Definition at line 66 of file Region.java.
Point3D theba.core.Region.origin [package] |
Definition at line 22 of file Region.java.
long theba.core.Region.size = 0 |
Definition at line 18 of file Region.java.
Referenced by theba.core.Region.getSize().