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 SummaryModifier and TypeMethodDescriptionstatic PointsInitializationcreate(ImageInitialization image, SharedObjects so) Creates a new PointsInitialization instance.getImage()The image initialization associated with this points initialization.Store for point fitters.voidpopulate(BeanInitializer<?> initializer, Define define, Logger logger) Populates the stores with beans from the given Define.
- 
Method Details
- 
populatepublic void populate(BeanInitializer<?> initializer, Define define, Logger logger) throws OperationFailedException Populates the stores with beans from the given Define.- Parameters:
- initializer- The BeanInitializer to use
- define- The Define containing the beans to populate
- logger- The Logger to use for logging
- Throws:
- OperationFailedException- If the population operation fails
 
- 
getImageThe image initialization associated with this points initialization.
- 
getPointFittersStore for point fitters.