Uses of Interface
org.anchoranalysis.mpp.mark.CompatibleWithMark
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.points.fitter |
Fitting structures to sets of points.
|
| org.anchoranalysis.mpp.bean.proposer |
Proposing
Marks or other data-structures with particular
attributes. |
-
Uses of CompatibleWithMark in org.anchoranalysis.mpp.bean.points.fitter
Classes in org.anchoranalysis.mpp.bean.points.fitter that implement CompatibleWithMark Modifier and Type Class Description classPointsFitterAbstract base class for fitting a mark (e.g., an ellipsoid) to a set of points. -
Uses of CompatibleWithMark in org.anchoranalysis.mpp.bean.proposer
Classes in org.anchoranalysis.mpp.bean.proposer that implement CompatibleWithMark Modifier and Type Class Description classMarkCollectionProposerAn abstract base class for proposing an entire collection (configuration) of marks.classMarkFromCollectionProposerAn abstract base class for proposing a selection of a single mark from a collection of marks.classMarkMergeProposerAn abstract base class for proposing merges between marks.classMarkProposerAn abstract base class for proposing changes to a mark.classMarkSplitProposerAn abstract base class for proposing splits of a mark into two new marks.classOrientationProposerAn abstract base class for proposing orientations for marks.classPointsProposerAn abstract base class for proposing a list of points based on a given point and mark.classRadiiProposerAn abstract base class for proposing radii in a 3D space.