Uses of Class
org.anchoranalysis.mpp.bean.mark.factory.MarkWithIdentifierFactory
Packages that use MarkWithIdentifierFactory
Package
Description
Proposing
Mark
s or other data-structures with particular
attributes.Features calculated on a
Mark
.-
Uses of MarkWithIdentifierFactory in org.anchoranalysis.mpp.bean.proposer
Methods in org.anchoranalysis.mpp.bean.proposer with parameters of type MarkWithIdentifierFactoryModifier and TypeMethodDescriptionabstract Optional
<MarkCollection> MarkCollectionProposer.propose
(MarkWithIdentifierFactory markFactory, ProposerContext context) Proposes a collection of marks.abstract Optional
<PairVoxelizedMarkMemo> MarkSplitProposer.propose
(VoxelizedMarkMemo mark, ProposerContext context, MarkWithIdentifierFactory markFactory) Proposes a split of the input mark into two new marks. -
Uses of MarkWithIdentifierFactory in org.anchoranalysis.mpp.feature.bean.mark
Methods in org.anchoranalysis.mpp.feature.bean.mark that return MarkWithIdentifierFactoryModifier and TypeMethodDescriptionMarkEvaluator.getMarkFactory()
Factory for creating marks with identifiers.Methods in org.anchoranalysis.mpp.feature.bean.mark with parameters of type MarkWithIdentifierFactoryModifier and TypeMethodDescriptionvoid
MarkEvaluator.setMarkFactory
(MarkWithIdentifierFactory markFactory) Factory for creating marks with identifiers.