Uses of Class
org.anchoranalysis.mpp.feature.energy.saved.EnergySavedIndividual
Packages that use EnergySavedIndividual
Package
Description
Non-bean classes pertaining to calculating energy of {org.anchoranalysis.mpp.mark.Mark}s.
Saved snapshots of energy-calculations.
Non-bean classes for calculating feature-values related to
Mark
s.-
Uses of EnergySavedIndividual in org.anchoranalysis.mpp.feature.energy.marks
Methods in org.anchoranalysis.mpp.feature.energy.marks that return EnergySavedIndividualModifier and TypeMethodDescriptionMarksWithEnergyBreakdown.getIndividual()
Energy saved for individual marks.Constructors in org.anchoranalysis.mpp.feature.energy.marks with parameters of type EnergySavedIndividualModifierConstructorDescriptionMarksWithEnergyBreakdown
(MarksWithTotalEnergy marks, EnergySavedIndividual individual, EnergySavedPairs pair, EnergySavedAll all) Creates a newMarksWithEnergyBreakdown
instance. -
Uses of EnergySavedIndividual in org.anchoranalysis.mpp.feature.energy.saved
Methods in org.anchoranalysis.mpp.feature.energy.saved that return EnergySavedIndividualModifier and TypeMethodDescriptionEnergySavedIndividual.deepCopy()
Creates a deep copy of this instance.EnergySavedIndividual.shallowCopy()
Creates a shallow copy of this instance. -
Uses of EnergySavedIndividual in org.anchoranalysis.mpp.feature.mark
Methods in org.anchoranalysis.mpp.feature.mark with parameters of type EnergySavedIndividualModifier and TypeMethodDescriptionEnergyMemoList.add
(EnergySavedIndividual energySavedInd, VoxelizedMarkMemo memo, EnergyStackWithoutParameters stack, EnergySchemeWithSharedFeatures energyScheme) Adds a new mark to the list and calculates its energy.EnergyMemoList.exchange
(EnergySavedIndividual energySavedInd, int index, VoxelizedMarkMemo newMark, EnergyStackWithoutParameters stack, EnergySchemeWithSharedFeatures energySchemeTotal) Exchanges a mark at a specific index with a new mark and recalculates energies.void
EnergyMemoList.remove
(EnergySavedIndividual energySavedInd, int index) Removes a mark at a specific index and updates energies.void
EnergyMemoList.removeTwo
(EnergySavedIndividual energySavedInd, int index1, int index2) Removes two marks at specific indices and updates energies.Constructors in org.anchoranalysis.mpp.feature.mark with parameters of type EnergySavedIndividualModifierConstructorDescriptionEnergyMemoList
(EnergySavedIndividual savedInd, EnergyStackWithoutParameters energyStack, MarkCollection marks, EnergySchemeWithSharedFeatures energySchemeTotal) Creates an energy memo list with the given parameters.