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
Marks.Non-bean classes related to
Marks.-
Uses of MemoForIndex in org.anchoranalysis.mpp.feature.addcriteria
Methods in org.anchoranalysis.mpp.feature.addcriteria with parameters of type MemoForIndexModifier and TypeMethodDescriptionvoidRandomCollectionWithAddCriteria.add(MemoForIndex marksExisting, VoxelizedMarkMemo newMark) voidRandomCollectionWithAddCriteria.exchange(MemoForIndex memo, VoxelizedMarkMemo oldMark, int indexOldMark, VoxelizedMarkMemo newMark) voidRandomCollectionWithAddCriteria.initUpdatableMarks(MemoForIndex marks, EnergyStack stack, Logger logger, SharedFeatures sharedFeatures) voidRandomCollectionWithAddCriteria.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 TypeMethodDescriptionvoidEnergySavedPairs.add(MemoForIndex pxlMarkMemoList, VoxelizedMarkMemo newMark) voidEnergySavedPairs.exchange(MemoForIndex memo, VoxelizedMarkMemo oldMark, int indexOldMark, VoxelizedMarkMemo newMark) voidEnergySavedPairs.initUpdatableMarks(MemoForIndex pxlMarkMemoList, EnergyStack stack, Logger logger, SharedFeatures sharedFeatures) voidEnergySavedPairs.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 TypeClassDescriptionclassA collection of memoized marks on which energies can be derived.classMethods in org.anchoranalysis.mpp.feature.mark with parameters of type MemoForIndexModifier and TypeMethodDescriptionvoidMemoList.addAll(MemoForIndex src) Adds all elements from anotherMemoForIndexto this list. -
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.