Uses of Class
org.anchoranalysis.mpp.proposer.ProposalAbnormalFailureException
Packages that use ProposalAbnormalFailureException
Package
Description
Proposing
Mark
s or other data-structures with particular
attributes.Beans that fit or otherwise manipulate sets of points.
-
Uses of ProposalAbnormalFailureException in org.anchoranalysis.mpp.bean.proposer
Methods in org.anchoranalysis.mpp.bean.proposer that throw ProposalAbnormalFailureExceptionModifier 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.abstract Optional
<Orientation> OrientationProposer.propose
(Mark mark, Dimensions dimensions, RandomNumberGenerator randomNumberGenerator) Proposes an orientation for a given mark.PointsProposer.propose
(Point3d point, Mark mark, Dimensions dimensions, RandomNumberGenerator randomNumberGenerator, ErrorNode errorNode) Proposes a list of points based on the given parameters.RadiiProposer.propose
(Point3d position, RandomNumberGenerator randomNumberGenerator, Dimensions dimensions, Orientation orientation) Proposes a new point representing radii based on the given parameters.MarkFromCollectionProposer.selectMarkFrom
(MarkCollection marks, ProposerContext context) Selects a mark from a collection of marks. -
Uses of ProposalAbnormalFailureException in org.anchoranalysis.plugin.points.bean
Methods in org.anchoranalysis.plugin.points.bean that throw ProposalAbnormalFailureExceptionModifier and TypeMethodDescriptionboolean
FitPoints.propose
(VoxelizedMarkMemo inputMark, ProposerContext context)