Serialized Form
-
Package org.anchoranalysis.mpp.bean.bound
-
Class org.anchoranalysis.mpp.bean.bound.Bound extends MarkBounds implements Serializable
- serialVersionUID:
- -5447041367811327604L
-
Class org.anchoranalysis.mpp.bean.bound.BoundDegrees extends BoundMinMax implements Serializable
- serialVersionUID:
- 1281361242890359356L
-
Class org.anchoranalysis.mpp.bean.bound.BoundMinMax extends Bound implements Serializable
- serialVersionUID:
- -493791653577617743L
-
Serialized Fields
-
delegate
ResolvedBound delegate
-
-
Class org.anchoranalysis.mpp.bean.bound.BoundPhysicalExtent extends BoundMinMax implements Serializable
- serialVersionUID:
- -5440824428055546445L
-
Class org.anchoranalysis.mpp.bean.bound.BoundUnitless extends BoundMinMax implements Serializable
- serialVersionUID:
- 8738881592311859713L
-
Class org.anchoranalysis.mpp.bean.bound.MarkBounds extends AnchorBean<MarkBounds> implements Serializable
- serialVersionUID:
- 0L
-
Class org.anchoranalysis.mpp.bean.bound.ResolvedBound extends AnchorBean<ResolvedBound> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
max
double max
-
min
double min
-
-
-
Package org.anchoranalysis.mpp.bean.points.fitter
-
Class org.anchoranalysis.mpp.bean.points.fitter.InsufficientPointsException extends AnchorCheckedException implements Serializable
- serialVersionUID:
- 1L
-
Class org.anchoranalysis.mpp.bean.points.fitter.PointsFitterException extends AnchorCheckedException implements Serializable
- serialVersionUID:
- 6066348459108781534L
-
-
Package org.anchoranalysis.mpp.mark
-
Class org.anchoranalysis.mpp.mark.Mark extends Object implements Serializable
- serialVersionUID:
- 3272456193681334471L
-
Serialized Fields
-
id
int id
-
-
Class org.anchoranalysis.mpp.mark.MarkCollection extends Object implements Serializable
- serialVersionUID:
- 2398855316191681489L
-
Class org.anchoranalysis.mpp.mark.MarkWithPosition extends Mark implements Serializable
- serialVersionUID:
- -6976277985708631268L
-
Serialized Fields
-
position
org.anchoranalysis.spatial.point.Point3d position
The position of the mark in 3D space.
-
-
Class org.anchoranalysis.mpp.mark.UnsupportedMarkTypeException extends AnchorCheckedException implements Serializable
- serialVersionUID:
- -5855318973518035098L
-
Class org.anchoranalysis.mpp.mark.UpdateMarkSetException extends AnchorCheckedException implements Serializable
- serialVersionUID:
- -3084951824689469370L
-
-
Package org.anchoranalysis.mpp.mark.conic
-
Class org.anchoranalysis.mpp.mark.conic.Circle extends MarkWithPositionAndSingleRadius implements Serializable
- serialVersionUID:
- 8551900716243748046L
-
Class org.anchoranalysis.mpp.mark.conic.ConicBase extends MarkWithPosition implements Serializable
- serialVersionUID:
- 1680124471263339009L
-
Class org.anchoranalysis.mpp.mark.conic.Ellipse extends ConicBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ellipsoidCalculator
org.anchoranalysis.mpp.mark.conic.EllipsoidMatrixCalculator ellipsoidCalculator
-
orientation
org.anchoranalysis.spatial.orientation.Orientation orientation
-
radii
org.anchoranalysis.spatial.point.Point2d radii
-
radiiShellMaxSquared
double radiiShellMaxSquared
-
shell
double shell
The size of the shell, expressed as a ratio of the radius. -
shellExternal
double shellExternal
-
shellExternalOut
double shellExternalOut
-
shellExternalOutSquared
double shellExternalOutSquared
-
shellExternalSquared
double shellExternalSquared
-
shellInternal
double shellInternal
-
shellInternalSquared
double shellInternalSquared
-
-
Class org.anchoranalysis.mpp.mark.conic.Ellipsoid extends ConicBase implements Serializable
- serialVersionUID:
- -2678275834893266874L
-
Serialized Fields
-
ellipsoidCalculator
org.anchoranalysis.mpp.mark.conic.EllipsoidMatrixCalculator ellipsoidCalculator
Calculator for ellipsoid-related matrices. -
innerCoreDistance
double innerCoreDistance
The distance to the inner core, expressed as a ratio of the radii. -
orientation
org.anchoranalysis.spatial.orientation.Orientation orientation
The orientation of the ellipsoid. -
radii
org.anchoranalysis.spatial.point.Point3d radii
The radii of the ellipsoid in 3D. -
radiiShellMaxSq
double radiiShellMaxSq
-
shell
double shell
The size of the shell, expressed as a ratio of the radii. -
shellExternal
double shellExternal
-
shellExternalOut
double shellExternalOut
-
shellExternalOutSquared
double shellExternalOutSquared
-
shellExternalSquared
double shellExternalSquared
-
shellInnerCore
double shellInnerCore
-
shellInnerCoreSquared
double shellInnerCoreSquared
-
shellInternal
double shellInternal
-
shellInternalSquared
double shellInternalSquared
-
-
Class org.anchoranalysis.mpp.mark.conic.MarkWithPositionAndSingleRadius extends MarkWithPosition implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
boundRadius
Bound boundRadius
-
radius
double radius
-
radiusExtraSq
double radiusExtraSq
-
radiusSq
double radiusSq
-
-
Class org.anchoranalysis.mpp.mark.conic.Sphere extends MarkWithPositionAndSingleRadius implements Serializable
- serialVersionUID:
- -3526056946146656810L
-
-
Package org.anchoranalysis.mpp.mark.points
-
Class org.anchoranalysis.mpp.mark.points.LineSegment extends Mark implements Serializable
- serialVersionUID:
- 6436383113190855927L
-
Serialized Fields
-
distanceToLineForInside
double distanceToLineForInside
The maximum distance from the line for a point to be considered inside.
-
-
Class org.anchoranalysis.mpp.mark.points.PointList extends PointListBase implements Serializable
- serialVersionUID:
- 1718294470056379145L
-
Serialized Fields
-
set
Set<org.anchoranalysis.spatial.point.Point3d> set
A set that makes it quick to check if a point is on the list.
-
-
Class org.anchoranalysis.mpp.mark.points.PointListBase extends Mark implements Serializable
- serialVersionUID:
- 6520431317406007141L
-
Serialized Fields
-
max
org.anchoranalysis.spatial.point.Point3d max
The maximum x, y, z coordinates of all the points in the list. -
min
org.anchoranalysis.spatial.point.Point3d min
The minimum x, y, z coordinates of all the points in the list. -
points
List<org.anchoranalysis.spatial.point.Point3d> points
The list of 3D points that make up this mark.
-
-
Class org.anchoranalysis.mpp.mark.points.Polygon extends PointListBase implements Serializable
- serialVersionUID:
- 1718294470056379145L
-
Serialized Fields
-
area
double area
The area of the polygon -
centroid
org.anchoranalysis.spatial.point.Point3d centroid
The centroid of the polygon -
region
ij.gui.PolygonRoi region
A region of interest in ImageJ representing a polygon
-
-
Class org.anchoranalysis.mpp.mark.points.PolygonCurve extends PointListBase implements Serializable
- serialVersionUID:
- -2043844259526872933L
-
Class org.anchoranalysis.mpp.mark.points.RotatableBoundingBox extends MarkWithPosition implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
distanceToLeftBottom
org.anchoranalysis.spatial.point.Point3d distanceToLeftBottom
Add to orientation to get the left-point and bottom-point (without rotation) -
distanceToRightTop
org.anchoranalysis.spatial.point.Point3d distanceToRightTop
Add to orientation to get the right-point and top-point (without rotation) -
orientation
org.anchoranalysis.spatial.orientation.Orientation orientation
An orientation in the 2D plane to rotate the bounding box by. -
pointRelative
org.anchoranalysis.spatial.point.Point3d pointRelative
Repeatedly reused when evaluating points. We instantiate it here, to avoid unnecessary heap allocation. -
rotMatrix
org.anchoranalysis.spatial.orientation.RotationMatrix rotMatrix
-
rotMatrixInv
org.anchoranalysis.spatial.orientation.RotationMatrix rotMatrixInv
-
-
-
Package org.anchoranalysis.mpp.proposer
-
Class org.anchoranalysis.mpp.proposer.ProposalAbnormalFailureException extends AnchorFriendlyCheckedException implements Serializable
- serialVersionUID:
- 1L
-
Class org.anchoranalysis.mpp.proposer.ProposerException extends AnchorFriendlyCheckedException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.anchoranalysis.mpp.proposer.error
-
Class org.anchoranalysis.mpp.proposer.error.ErrorNode extends Object implements Serializable
- serialVersionUID:
- -5769879460789165274L
-
Class org.anchoranalysis.mpp.proposer.error.ErrorNodeException extends AnchorCheckedException implements Serializable
- serialVersionUID:
- -4000166470139114311L
-
Serialized Fields
-
str
String str
The error message associated with this exception.
-
-
Class org.anchoranalysis.mpp.proposer.error.ErrorNodeNull extends ErrorNode implements Serializable
- serialVersionUID:
- 5512508477564211253L
-