All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addNeighbor(TreePoint cpn) |
void |
addOffsetChild(TreePoint p) |
void |
alignTop(TreePoint tpon,
TreePoint tpdir,
double offset) |
double |
distanceTo(TreePoint cp) |
String |
getLabel() |
ArrayList<TreePoint> |
getNeighbors() |
ArrayList<TreePoint> |
getOffsetChildren() |
TreePoint |
getParent() |
double |
getRadius() |
int |
getWork() |
double |
getX() |
double |
getY() |
double |
getZ() |
boolean |
hasNeighbor(TreePoint cp) |
boolean |
hasOffsetChildren() |
boolean |
isEndPoint() |
TreePoint |
largestNeighborNot(TreePoint cpb) |
void |
locateBetween(TreePoint cpa,
TreePoint cpb,
double f) |
TreePoint |
makeCopy() |
void |
movePerp(TreePoint ca,
TreePoint cb,
double dperp) |
static void |
neighborize(TreePoint tp,
TreePoint tpn) |
TreePoint |
oppositeNeighbor(TreePoint tpp) |
String |
regionClassWith(TreePoint tp) |
void |
removeDeadNeighbors() |
void |
removeNeighbor(TreePoint cp) |
void |
replaceNeighbor(TreePoint cp,
TreePoint cr) |
String |
segmentIDWith(TreePoint tp) |
void |
setIDWith(TreePoint point,
String s) |
void |
setLabel(String s) |
void |
setRadius(double r) |
void |
setRegionWith(TreePoint point,
String s) |
void |
setSubAreaOf(TreePoint cpa) |
void |
setWork(int iw) |
String |
soleRegion() |
String |
toString() |