Package | Description |
---|---|
operations.microbeTrackerIO |
Modifier and Type | Field and Description |
---|---|
Point |
Line.orig
The orig.
|
Modifier and Type | Method and Description |
---|---|
Point |
Line.center()
Center.
|
Point |
Line.intersection(Line l)
Intersection.
|
Point |
Segment.projectionOf(Point p)
Projection of.
|
Point |
Mesh.projectionOf(Point p)
Projection of.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Point> |
Mesh.getOutline()
Gets the outline.
|
Modifier and Type | Method and Description |
---|---|
Segment |
Mesh.closestSegmentTo(Point p)
Closest segment to.
|
double |
Segment.distanceTo(Point p)
Distance to.
|
double |
Point.distanceTo(Point p)
Distance to.
|
double |
Mesh.distanceTo(Point p)
Distance to.
|
Point |
Segment.projectionOf(Point p)
Projection of.
|
Point |
Mesh.projectionOf(Point p)
Projection of.
|
Constructor and Description |
---|
Line(Point orig,
Point dest)
Instantiates a new line.
|
Line(Point orig,
Vec vec)
Instantiates a new line.
|
Constructor and Description |
---|
CellROI(java.util.ArrayList<Point> points)
Instantiates a new cell roi.
|
Mesh(int slice,
int cell,
double area,
double volume,
java.util.ArrayList<Point> outline)
Instantiates a new mesh.
|
ROIBuilder(java.util.ArrayList<Point> points) |