Uses of Class
org.anchoranalysis.mpp.proposer.ProposerContext
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.proposer |
Proposing
Marks or other data-structures with particular
attributes. |
| org.anchoranalysis.mpp.proposer |
Non-bean classes for proposing
Marks or other data-structures
with particular attributes. |
-
Uses of ProposerContext in org.anchoranalysis.mpp.bean.proposer
Methods in org.anchoranalysis.mpp.bean.proposer with parameters of type ProposerContext Modifier and Type Method Description abstract Optional<MarkCollection>MarkCollectionProposer. propose(MarkWithIdentifierFactory markFactory, ProposerContext context)Proposes a collection of marks.abstract Optional<Mark>MarkMergeProposer. propose(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, ProposerContext context)Proposes a merge between two marks.abstract booleanMarkProposer. 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.abstract Optional<Mark>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 ProposerContext Modifier and Type Method Description ProposerContextProposerContext. addErrorLevel(String errorMessage)Creates a new ProposerContext with an additional error level.ProposerContextProposerContext. replaceError(ErrorNode errorNode)Creates a new ProposerContext with a replaced error node.Methods in org.anchoranalysis.mpp.proposer with parameters of type ProposerContext Modifier and Type Method Description Optional<org.anchoranalysis.spatial.point.Point3d>OptionalPointProposer. propose(ProposerContext context)Proposes a position in 3D space.