Uses of Class
org.anchoranalysis.mpp.bean.points.fitter.PointsFitter
Packages that use PointsFitter
Package
Description
Operations based on sets of points.
Fitting structures to sets of points.
Parameters used to initialize certain types of beans.
-
Uses of PointsFitter in org.anchoranalysis.mpp.bean.points
Methods in org.anchoranalysis.mpp.bean.points that return PointsFitterModifier and TypeMethodDescriptionCreateMarkFromPoints.getPointsFitter()Fits the provided mark to the extracted points.Methods in org.anchoranalysis.mpp.bean.points with parameters of type PointsFitterModifier and TypeMethodDescriptionvoidCreateMarkFromPoints.setPointsFitter(PointsFitter pointsFitter) Fits the provided mark to the extracted points. -
Uses of PointsFitter in org.anchoranalysis.mpp.bean.points.fitter
Subclasses with type arguments of type PointsFitter in org.anchoranalysis.mpp.bean.points.fitterModifier and TypeClassDescriptionclassAbstract base class for fitting a mark (e.g., an ellipsoid) to a set of points. -
Uses of PointsFitter in org.anchoranalysis.mpp.init
Methods in org.anchoranalysis.mpp.init that return types with arguments of type PointsFitterModifier and TypeMethodDescriptionPointsInitialization.getPointFitters()Store for point fitters.