Uses of Class
org.anchoranalysis.mpp.proposer.ProposerContext
Packages that use ProposerContext
Package
Description
Proposing
Mark
s or other data-structures with particular
attributes.Non-bean classes for proposing
Mark
s or other data-structures
with particular attributes.Beans that fit or otherwise manipulate sets of points.
-
Uses of ProposerContext in org.anchoranalysis.mpp.bean.proposer
Methods in org.anchoranalysis.mpp.bean.proposer with parameters of type ProposerContextModifier and TypeMethodDescriptionabstract Optional
<MarkCollection> MarkCollectionProposer.propose
(MarkWithIdentifierFactory markFactory, ProposerContext context) Proposes a collection of marks.MarkMergeProposer.propose
(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, ProposerContext context) Proposes a merge between two marks.abstract boolean
MarkProposer.propose
(VoxelizedMarkMemo inputMark, ProposerContext context) Proposes changes to the input mark according to the internal rules of the proposer.abstract Optional
<PairVoxelizedMarkMemo> MarkSplitProposer.propose
(VoxelizedMarkMemo mark, ProposerContext context, MarkWithIdentifierFactory markFactory) Proposes a split of the input mark into two new marks.MarkFromCollectionProposer.selectMarkFrom
(MarkCollection marks, ProposerContext context) Selects a mark from a collection of marks. -
Uses of ProposerContext in org.anchoranalysis.mpp.proposer
Methods in org.anchoranalysis.mpp.proposer that return ProposerContextModifier and TypeMethodDescriptionProposerContext.addErrorLevel
(String errorMessage) Creates a new ProposerContext with an additional error level.ProposerContext.replaceError
(ErrorNode errorNode) Creates a new ProposerContext with a replaced error node.Methods in org.anchoranalysis.mpp.proposer with parameters of type ProposerContextModifier and TypeMethodDescriptionOptionalPointProposer.propose
(ProposerContext context) Proposes a position in 3D space. -
Uses of ProposerContext in org.anchoranalysis.plugin.points.bean
Methods in org.anchoranalysis.plugin.points.bean with parameters of type ProposerContextModifier and TypeMethodDescriptionboolean
FitPoints.propose
(VoxelizedMarkMemo inputMark, ProposerContext context)