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