Public Member Functions | |
LumenCandidate (int x, int y, int z, int rating) | |
LumenCandidate (int x, int y, int z) | |
int | compareTo (Object o) |
boolean | isValid () |
void | setValid (boolean valid) |
int | getSize () |
void | setSize (int size) |
Protected Attributes | |
int | size |
Package Attributes | |
boolean | valid = true |
A class representing a possible lumen candidate
Definition at line 11 of file LumenCandidate.java.
theba.core.LumenCandidate.LumenCandidate | ( | int | x, | |
int | y, | |||
int | z, | |||
int | rating | |||
) |
Definition at line 17 of file LumenCandidate.java.
References theba.core.LumenCandidate.size.
theba.core.LumenCandidate.LumenCandidate | ( | int | x, | |
int | y, | |||
int | z | |||
) |
Definition at line 22 of file LumenCandidate.java.
int theba.core.LumenCandidate.compareTo | ( | Object | o | ) |
Definition at line 26 of file LumenCandidate.java.
References theba.core.LumenCandidate.size.
int theba.core.LumenCandidate.getSize | ( | ) |
Definition at line 42 of file LumenCandidate.java.
References theba.core.LumenCandidate.size.
Referenced by theba.trackers.HHTracker.removeStuff(), theba.trackers.FiberTracker.removeStuff(), and theba.trackers.BackTracker.removeStuff().
boolean theba.core.LumenCandidate.isValid | ( | ) |
Definition at line 34 of file LumenCandidate.java.
References theba.core.LumenCandidate.valid.
void theba.core.LumenCandidate.setSize | ( | int | size | ) |
Definition at line 46 of file LumenCandidate.java.
void theba.core.LumenCandidate.setValid | ( | boolean | valid | ) |
Definition at line 38 of file LumenCandidate.java.
int theba.core.LumenCandidate.size [protected] |
Definition at line 13 of file LumenCandidate.java.
Referenced by theba.core.LumenCandidate.compareTo(), theba.core.LumenCandidate.getSize(), and theba.core.LumenCandidate.LumenCandidate().
boolean theba.core.LumenCandidate.valid = true [package] |
Definition at line 15 of file LumenCandidate.java.
Referenced by theba.core.LumenCandidate.isValid().