Package org.anchoranalysis.mpp.init
Class PointsInitialization
Object
PointsInitialization
- All Implemented Interfaces:
BeanInitialization
Initialization class for points-related components in the MPP framework.
This class manages the initialization of point fitters and provides access to image initialization.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PointsInitialization
create
(ImageInitialization image, SharedObjects so) Creates a new PointsInitialization instance.getImage()
The image initialization associated with this points initialization.Store for point fitters.void
populate
(BeanInitializer<?> initializer, Define define, Logger logger) Populates the stores with beans from the given Define.
-
Method Details
-
populate
public void populate(BeanInitializer<?> initializer, Define define, Logger logger) throws OperationFailedException Populates the stores with beans from the given Define.- Parameters:
initializer
- The BeanInitializer to usedefine
- The Define containing the beans to populatelogger
- The Logger to use for logging- Throws:
OperationFailedException
- If the population operation fails
-
getImage
The image initialization associated with this points initialization. -
getPointFitters
Store for point fitters.