Uses of Class
org.anchoranalysis.mpp.feature.input.FeatureInputSingleMemo
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.feature.bean.energy.element |
Implementations and helper classes for calculating energy during an energy-minimization
optimization scheme.
|
| org.anchoranalysis.mpp.feature.bean.energy.scheme |
Creating
EnergySchemes. |
| org.anchoranalysis.mpp.feature.energy.scheme |
Factorized form of storing the energy during an energy-minimization optimization scheme.
|
-
Uses of FeatureInputSingleMemo in org.anchoranalysis.mpp.feature.bean.energy.element
Methods in org.anchoranalysis.mpp.feature.bean.energy.element that return FeatureInputSingleMemo Modifier and Type Method Description protected FeatureInputSingleMemoCalculateDeriveSingleMemoFromPair. execute(FeatureInputPairMemo input)Method parameters in org.anchoranalysis.mpp.feature.bean.energy.element with type arguments of type FeatureInputSingleMemo Modifier and Type Method Description abstract doubleFeatureSingleMemo. calculate(FeatureCalculationInput<FeatureInputSingleMemo> input) -
Uses of FeatureInputSingleMemo in org.anchoranalysis.mpp.feature.bean.energy.scheme
Methods in org.anchoranalysis.mpp.feature.bean.energy.scheme that return types with arguments of type FeatureInputSingleMemo Modifier and Type Method Description FeatureListProvider<FeatureInputSingleMemo>EnergySchemeCreatorByElement. getElemIndCreator()Creates features for individual elements.Method parameters in org.anchoranalysis.mpp.feature.bean.energy.scheme with type arguments of type FeatureInputSingleMemo Modifier and Type Method Description voidEnergySchemeCreatorByElement. setElemIndCreator(FeatureListProvider<FeatureInputSingleMemo> elemIndCreator)Creates features for individual elements. -
Uses of FeatureInputSingleMemo in org.anchoranalysis.mpp.feature.energy.scheme
Methods in org.anchoranalysis.mpp.feature.energy.scheme that return types with arguments of type FeatureInputSingleMemo Modifier and Type Method Description FeatureList<FeatureInputSingleMemo>EnergyScheme. getElemIndAsFeatureList()Gets the feature list for individual elements.Constructor parameters in org.anchoranalysis.mpp.feature.energy.scheme with type arguments of type FeatureInputSingleMemo Constructor Description EnergyScheme(FeatureList<FeatureInputSingleMemo> elemInd, FeatureList<FeatureInputPairMemo> elemPair, FeatureList<FeatureInputAllMemo> elemAll, RegionMap regionMap, AddCriteriaPair pairAddCriteria)Creates an energy scheme with the specified features and region map.EnergyScheme(FeatureList<FeatureInputSingleMemo> elemInd, FeatureList<FeatureInputPairMemo> elemPair, FeatureList<FeatureInputAllMemo> elemAll, RegionMap regionMap, AddCriteriaPair pairAddCriteria, Optional<org.anchoranalysis.bean.shared.dictionary.DictionaryProvider> dictionary, List<NamedBean<Feature<org.anchoranalysis.image.feature.input.FeatureInputStack>>> listImageFeatures)Creates an energy scheme with the specified features, region map, and additional options.