Uses of Interface
org.anchoranalysis.mpp.mark.voxelized.memo.MemoForIndex
Packages that use MemoForIndex
Package
Description
Criteria for adding edges during optimization of marked-point-processes.
Saved snapshots of energy-calculations.
Non-bean classes for calculating feature-values related to
Mark
s.Non-bean classes related to
Mark
s.-
Uses of MemoForIndex in org.anchoranalysis.mpp.feature.addcriteria
Methods in org.anchoranalysis.mpp.feature.addcriteria with parameters of type MemoForIndexModifier and TypeMethodDescriptionvoid
RandomCollectionWithAddCriteria.add
(MemoForIndex marksExisting, VoxelizedMarkMemo newMark) void
RandomCollectionWithAddCriteria.exchange
(MemoForIndex memo, VoxelizedMarkMemo oldMark, int indexOldMark, VoxelizedMarkMemo newMark) void
RandomCollectionWithAddCriteria.initUpdatableMarks
(MemoForIndex marks, EnergyStack stack, Logger logger, SharedFeatures sharedFeatures) void
RandomCollectionWithAddCriteria.remove
(MemoForIndex marksExisting, VoxelizedMarkMemo mark) -
Uses of MemoForIndex in org.anchoranalysis.mpp.feature.energy.saved
Methods in org.anchoranalysis.mpp.feature.energy.saved with parameters of type MemoForIndexModifier and TypeMethodDescriptionvoid
EnergySavedPairs.add
(MemoForIndex pxlMarkMemoList, VoxelizedMarkMemo newMark) void
EnergySavedPairs.exchange
(MemoForIndex memo, VoxelizedMarkMemo oldMark, int indexOldMark, VoxelizedMarkMemo newMark) void
EnergySavedPairs.initUpdatableMarks
(MemoForIndex pxlMarkMemoList, EnergyStack stack, Logger logger, SharedFeatures sharedFeatures) void
EnergySavedPairs.remove
(MemoForIndex marksExisting, VoxelizedMarkMemo mark) -
Uses of MemoForIndex in org.anchoranalysis.mpp.feature.mark
Classes in org.anchoranalysis.mpp.feature.mark that implement MemoForIndexModifier and TypeClassDescriptionclass
A collection of memoized marks on which energies can be derived.class
Methods in org.anchoranalysis.mpp.feature.mark with parameters of type MemoForIndexModifier and TypeMethodDescriptionvoid
MemoList.addAll
(MemoForIndex src) Adds all elements from anotherMemoForIndex
to this list. -
Uses of MemoForIndex in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark with parameters of type MemoForIndexModifier 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.initUpdatableMarks
(MemoForIndex memo, EnergyStack energyStack, Logger logger, SharedFeatures sharedFeatures) Initializes the updatable marks with necessary context.void
UpdatableMarks.remove
(MemoForIndex marksExisting, VoxelizedMarkMemo mark) Removes a mark from the existing set of marks.