Uses of Interface
org.anchoranalysis.mpp.io.input.ExportSharedObjects
Packages that use ExportSharedObjects
Package
Description
Non-beans for reading data structures related to marked point processes from the file system.
-
Uses of ExportSharedObjects in org.anchoranalysis.mpp.io.input
Classes in org.anchoranalysis.mpp.io.input that implement ExportSharedObjectsModifier and TypeClassDescriptionclass
An input to an experiment that combines a particularStack
with other types of entities.Method parameters in org.anchoranalysis.mpp.io.input with type arguments of type ExportSharedObjectsModifier and TypeMethodDescriptionstatic MarksInitialization
MarksInitializationFactory.create
(Optional<? extends ExportSharedObjects> input, InitializationContext context, Optional<Define> define) Creates a newMarksInitialization
instance. -
Uses of ExportSharedObjects in org.anchoranalysis.plugin.mpp.bean.define
Methods in org.anchoranalysis.plugin.mpp.bean.define with parameters of type ExportSharedObjectsModifier and TypeMethodDescriptionprotected ImageInitialization
DefineOutputter.createInitialization
(InitializationContext context, ExportSharedObjects input) Creates anImageInitialization
from the given context and input.<S> void
DefineOutputterWithEnergy.processInput
(ExportSharedObjects input, InitializationContext context, DefineOutputterWithEnergy.ProcessWithEnergyStack<ImageInitialization, S> operation) Processes the input with an energy stack.