Uses of Class
org.anchoranalysis.mpp.feature.energy.EnergyTotal
Packages that use EnergyTotal
Package
Description
Non-bean classes pertaining to calculating energy during an energy-minimization optimization
scheme.
Saved snapshots of energy-calculations.
Factorized form of storing the energy during an energy-minimization optimization scheme.
-
Uses of EnergyTotal in org.anchoranalysis.mpp.feature.energy
Methods in org.anchoranalysis.mpp.feature.energy that return EnergyTotalModifier and TypeMethodDescriptionEnergyTotal.deepCopy()Creates a deep copy of thisEnergyTotalinstance.EnergyPair.getEnergyTotal()The total energy associated with the pair of marks.Constructors in org.anchoranalysis.mpp.feature.energy with parameters of type EnergyTotalModifierConstructorDescriptionEnergyPair(MarkPair<Mark> pair, EnergyTotal energyTotal) Creates a newEnergyPairinstance. -
Uses of EnergyTotal in org.anchoranalysis.mpp.feature.energy.saved
Methods in org.anchoranalysis.mpp.feature.energy.saved that return EnergyTotalModifier and TypeMethodDescriptionEnergySavedIndividual.get(int index) Gets the energy total at a specific index.Methods in org.anchoranalysis.mpp.feature.energy.saved that return types with arguments of type EnergyTotalMethods in org.anchoranalysis.mpp.feature.energy.saved with parameters of type EnergyTotalModifier and TypeMethodDescriptionvoidEnergySavedIndividual.add(EnergyTotal item) Adds a new energy total to the list and updates the total energy.voidEnergySavedIndividual.exchange(int index, EnergyTotal item) Exchanges an energy total at a specific index with a new one and updates the total energy. -
Uses of EnergyTotal in org.anchoranalysis.mpp.feature.energy.scheme
Methods in org.anchoranalysis.mpp.feature.energy.scheme that return EnergyTotalModifier and TypeMethodDescriptionEnergySchemeWithSharedFeatures.totalAll(EnergyMemoList pxlMarkMemoList, EnergyStackWithoutParameters raster) Calculates the total energy for all marks in the list.EnergySchemeWithSharedFeatures.totalIndividual(VoxelizedMarkMemo pmm, EnergyStackWithoutParameters raster) Calculates the total energy for an individual mark.