Uses of Class
org.anchoranalysis.mpp.feature.energy.EnergyPair
Packages that use EnergyPair
Package
Description
Criteria for adding edges during optimization of marked-point-processes.
Saved snapshots of energy-calculations.
-
Uses of EnergyPair in org.anchoranalysis.mpp.feature.addcriteria
Classes in org.anchoranalysis.mpp.feature.addcriteria that implement interfaces with type arguments of type EnergyPairModifier and TypeClassDescriptionclassImplementsAddCriteriafor energy pairs, combining energy calculations with additional criteria.Methods in org.anchoranalysis.mpp.feature.addcriteria that return types with arguments of type EnergyPairModifier and TypeMethodDescriptionAddCriteriaEnergyPair.generateEdge(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, EnergyStack energyStack, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) -
Uses of EnergyPair in org.anchoranalysis.mpp.feature.energy.saved
Methods in org.anchoranalysis.mpp.feature.energy.saved that return types with arguments of type EnergyPairModifier and TypeMethodDescriptionEnergySavedPairs.createPairsUnique()Creates a set of unique energy pairs.Constructor parameters in org.anchoranalysis.mpp.feature.energy.saved with type arguments of type EnergyPairModifierConstructorDescriptionEnergySavedPairs(AddCriteria<EnergyPair> addCriteria) Creates a new instance with the specified add criteria for energy pairs.