Modifier and Type | Field and Description |
---|---|
protected String |
label |
protected Double |
r |
protected MorphPoint |
r_peerPoint |
protected Double |
x |
protected Double |
y |
protected Double |
z |
Modifier | Constructor and Description |
---|---|
protected |
MorphPoint() |
|
MorphPoint(String label,
double x,
double y,
double z,
double r) |
Modifier and Type | Method and Description |
---|---|
protected void |
addNeighbor(MorphPoint p) |
void |
addOffsetChild(MorphPoint p) |
double |
distanceTo(MorphPoint mp) |
ArrayList<MorphPoint> |
getNeighbors() |
ArrayList<MorphPoint> |
getOffsetChildren() |
boolean |
hasOffsetChildren() |
boolean |
hasPosition() |
boolean |
redundant() |
void |
removeNeighbor(MorphPoint mp) |
void |
replaceNeighborLabels(MorphPoint mp,
MorphPoint mpnew) |
void |
setIDWith(MorphPoint end,
String id) |
void |
setRegionWith(MorphPoint ep,
String r) |
void |
setSegment(Segment seg) |
String |
toString() |
TreePoint |
toTreePoint() |
void |
transferConnections() |
protected Double x
protected Double y
protected Double z
protected Double r
protected String label
protected transient MorphPoint r_peerPoint
protected MorphPoint()
public MorphPoint(String label, double x, double y, double z, double r)
public void setSegment(Segment seg)
protected void addNeighbor(MorphPoint p)
public void addOffsetChild(MorphPoint p)
public boolean hasOffsetChildren()
public ArrayList<MorphPoint> getOffsetChildren()
public void removeNeighbor(MorphPoint mp)
public boolean redundant()
public ArrayList<MorphPoint> getNeighbors()
public TreePoint toTreePoint()
public void transferConnections()
public boolean hasPosition()
public double distanceTo(MorphPoint mp)
public void setIDWith(MorphPoint end, String id)
public void setRegionWith(MorphPoint ep, String r)
public void replaceNeighborLabels(MorphPoint mp, MorphPoint mpnew)
Copyright © 2018. All rights reserved.