Uses of Class
org.anchoranalysis.mpp.mark.UpdateMarkSetException
Packages that use UpdateMarkSetException
Package
Description
Criteria for adding edges during optimization of marked-point-processes.
Saved snapshots of energy-calculations.
Non-bean classes related to
Mark
s.-
Uses of UpdateMarkSetException in org.anchoranalysis.mpp.feature.addcriteria
Methods in org.anchoranalysis.mpp.feature.addcriteria that throw UpdateMarkSetExceptionModifier and TypeMethodDescriptionvoid
RandomCollectionWithAddCriteria.add
(MemoForIndex marksExisting, VoxelizedMarkMemo newMark) void
RandomCollectionWithAddCriteria.exchange
(MemoForIndex memo, VoxelizedMarkMemo oldMark, int indexOldMark, VoxelizedMarkMemo newMark) void
RandomCollectionWithAddCriteria.remove
(MemoForIndex marksExisting, VoxelizedMarkMemo mark) -
Uses of UpdateMarkSetException in org.anchoranalysis.mpp.feature.energy.saved
Methods in org.anchoranalysis.mpp.feature.energy.saved that throw UpdateMarkSetExceptionModifier and TypeMethodDescriptionvoid
EnergySavedPairs.add
(MemoForIndex pxlMarkMemoList, VoxelizedMarkMemo newMark) void
EnergySavedPairs.exchange
(MemoForIndex memo, VoxelizedMarkMemo oldMark, int indexOldMark, VoxelizedMarkMemo newMark) void
EnergySavedPairs.remove
(MemoForIndex marksExisting, VoxelizedMarkMemo mark) -
Uses of UpdateMarkSetException in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark that throw UpdateMarkSetExceptionModifier and TypeMethodDescriptionvoid
UpdatableMarks.add
(MemoForIndex marksExisting, VoxelizedMarkMemo newMark) Adds a new mark to the existing set of marks.void
UpdatableMarks.exchange
(MemoForIndex memo, VoxelizedMarkMemo oldMark, int indexOldMark, VoxelizedMarkMemo newMark) Exchanges an existing mark with a new one.void
UpdatableMarks.remove
(MemoForIndex marksExisting, VoxelizedMarkMemo mark) Removes a mark from the existing set of marks.