Package | Description |
---|---|
neurord.model |
These classes represent the model as it is stored in the input files.
|
Modifier and Type | Class and Description |
---|---|
class |
EndPoint |
Modifier and Type | Field and Description |
---|---|
protected MorphPoint |
MorphPoint.r_peerPoint |
Modifier and Type | Method and Description |
---|---|
ArrayList<MorphPoint> |
MorphPoint.getNeighbors() |
ArrayList<MorphPoint> |
MorphPoint.getOffsetChildren() |
Modifier and Type | Method and Description |
---|---|
protected void |
MorphPoint.addNeighbor(MorphPoint p) |
void |
MorphPoint.addOffsetChild(MorphPoint p) |
double |
MorphPoint.distanceTo(MorphPoint mp) |
void |
EndPoint.interiorPointConnect(Segment tgtSeg,
double f,
MorphPoint twds) |
boolean |
EndPoint.radiiDiffer(MorphPoint mp) |
void |
MorphPoint.removeNeighbor(MorphPoint mp) |
void |
MorphPoint.replaceNeighborLabels(MorphPoint mp,
MorphPoint mpnew) |
void |
EndPoint.resolve(HashMap<String,Segment> segmentHM,
MorphPoint ep) |
void |
MorphPoint.setIDWith(MorphPoint end,
String id) |
void |
MorphPoint.setRegionWith(MorphPoint ep,
String r) |
Copyright © 2019. All rights reserved.