Uses of Interface
org.anchoranalysis.mpp.mark.voxelized.memo.MemoForIndex
Packages that use MemoForIndex
-
Uses of MemoForIndex in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark with parameters of type MemoForIndexModifier and TypeMethodDescriptionvoidUpdatableMarks.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.initUpdatableMarks(MemoForIndex memo, EnergyStack energyStack, Logger logger, SharedFeatures sharedFeatures) Initializes the updatable marks with necessary context.voidUpdatableMarks.remove(MemoForIndex marksExisting, VoxelizedMarkMemo mark) Removes a mark from the existing set of marks.