Uses of Class
org.anchoranalysis.mpp.bean.points.fitter.PointsFitter
Packages that use PointsFitter
Package
Description
Operations based on sets of points.
Parameters used to initialize certain types of beans.
Beans that fit or otherwise manipulate sets of points.
Fitting geometric structures to points.
-
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.init
Methods in org.anchoranalysis.mpp.init that return types with arguments of type PointsFitterModifier and TypeMethodDescriptionPointsInitialization.getPointFitters()Store for point fitters. -
Uses of PointsFitter in org.anchoranalysis.plugin.points.bean
Methods in org.anchoranalysis.plugin.points.bean that return PointsFitterModifier and TypeMethodDescriptionFitPoints.getPointsFitter()ThePointsFitterused to fit points to a mark.Methods in org.anchoranalysis.plugin.points.bean with parameters of type PointsFitterModifier and TypeMethodDescriptionvoidFitPoints.setPointsFitter(PointsFitter pointsFitter) ThePointsFitterused to fit points to a mark. -
Uses of PointsFitter in org.anchoranalysis.plugin.points.bean.fitter
Subclasses of PointsFitter in org.anchoranalysis.plugin.points.bean.fitterModifier and TypeClassDescriptionclassBase class for conic fitters, providing common properties and methods.classFits a set of points to an ellipse using a linear least squares method.classFits an ellipsoid to points using a linear least squares approachclassBase class for linear least squares fitting using the normal equation method.classAPointsFitterthat references anotherPointsFitterby its ID.classReflects points in each axes if all points are within a certain distance from itMethods in org.anchoranalysis.plugin.points.bean.fitter that return PointsFitterModifier and TypeMethodDescriptionPointsFitterToMark.getPointsFitter()ThePointsFitterused to fit points to a mark.ReflectInAxesWithinDistance.getPointsFitter()Methods in org.anchoranalysis.plugin.points.bean.fitter with parameters of type PointsFitterModifier and TypeMethodDescriptionvoidPointsFitterToMark.setPointsFitter(PointsFitter pointsFitter) ThePointsFitterused to fit points to a mark.voidReflectInAxesWithinDistance.setPointsFitter(PointsFitter pointsFitter)