Uses of Class
org.anchoranalysis.mpp.init.PointsInitialization
Packages that use PointsInitialization
Package
Description
Operations based on sets of points.
Parameters used to initialize certain types of beans.
-
Uses of PointsInitialization in org.anchoranalysis.mpp.bean.points
Subclasses with type arguments of type PointsInitialization in org.anchoranalysis.mpp.bean.pointsModifier and TypeClassDescriptionclassPointsBean<T>An abstract base class for beans that work with points and require initialization. -
Uses of PointsInitialization in org.anchoranalysis.mpp.init
Methods in org.anchoranalysis.mpp.init that return PointsInitializationModifier and TypeMethodDescriptionstatic PointsInitializationPointsInitialization.create(ImageInitialization image, SharedObjects so) Creates a new PointsInitialization instance.MarksInitialization.points()The points initialization associated with this marks initialization.