Uses of Class
org.anchoranalysis.mpp.feature.energy.EnergyTotal
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.feature.energy |
Non-bean classes pertaining to calculating energy during an energy-minimization optimization
scheme.
|
| org.anchoranalysis.mpp.feature.energy.saved |
Saved snapshots of energy-calculations.
|
| org.anchoranalysis.mpp.feature.energy.scheme |
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 EnergyTotal Modifier and Type Method Description EnergyTotalEnergyTotal. deepCopy()Creates a deep copy of thisEnergyTotalinstance.EnergyTotalEnergyPair. getEnergyTotal()The total energy associated with the pair of marks.Constructors in org.anchoranalysis.mpp.feature.energy with parameters of type EnergyTotal Constructor Description EnergyPair(MarkPair<Mark> pair, EnergyTotal energyTotal) -
Uses of EnergyTotal in org.anchoranalysis.mpp.feature.energy.saved
Methods in org.anchoranalysis.mpp.feature.energy.saved that return EnergyTotal Modifier and Type Method Description EnergyTotalEnergySavedIndividual. 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 EnergyTotal Modifier and Type Method Description Iterator<EnergyTotal>EnergySavedIndividual. iterator()Methods in org.anchoranalysis.mpp.feature.energy.saved with parameters of type EnergyTotal Modifier and Type Method Description voidEnergySavedIndividual. 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 EnergyTotal Modifier and Type Method Description EnergyTotalEnergySchemeWithSharedFeatures. totalAll(EnergyMemoList pxlMarkMemoList, EnergyStackWithoutParameters raster)Calculates the total energy for all marks in the list.EnergyTotalEnergySchemeWithSharedFeatures. totalIndividual(VoxelizedMarkMemo pmm, EnergyStackWithoutParameters raster)Calculates the total energy for an individual mark.