Uses of Class
org.anchoranalysis.mpp.feature.energy.EnergyPair
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.feature.addcriteria |
Criteria for adding edges during optimization of marked-point-processes.
|
| org.anchoranalysis.mpp.feature.energy.saved |
Saved snapshots of energy-calculations.
|
-
Uses of EnergyPair in org.anchoranalysis.mpp.feature.addcriteria
Methods in org.anchoranalysis.mpp.feature.addcriteria that return types with arguments of type EnergyPair Modifier and Type Method Description Optional<EnergyPair>AddCriteriaEnergyPair. 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 EnergyPair Modifier and Type Method Description Set<EnergyPair>EnergySavedPairs. createPairsUnique()Creates a set of unique energy pairs.Constructor parameters in org.anchoranalysis.mpp.feature.energy.saved with type arguments of type EnergyPair Constructor Description EnergySavedPairs(AddCriteria<EnergyPair> addCriteria)Creates a new instance with the specified add criteria for energy pairs.