Uses of Class
org.anchoranalysis.mpp.mark.UpdateMarkSetException
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.mark |
Non-bean classes related to
Marks. |
-
Uses of UpdateMarkSetException in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark that throw UpdateMarkSetException Modifier and Type Method Description voidUpdatableMarks. add(MemoForIndex marksExisting, VoxelizedMarkMemo newMark)Adds a new mark to the existing set of marks.voidUpdatableMarks. exchange(MemoForIndex memo, VoxelizedMarkMemo oldMark, int indexOldMark, VoxelizedMarkMemo newMark)Exchanges an existing mark with a new one.voidUpdatableMarks. remove(MemoForIndex marksExisting, VoxelizedMarkMemo mark)Removes a mark from the existing set of marks.