Class FeatureInputAllMemo
Object
FeatureInputDimensions
FeatureInputEnergy
FeatureInputAllMemo
- All Implemented Interfaces:
FeatureInput,FeatureInputDictionary,FeatureInputWithResolution
Feature input that contains a list of memoized energy calculations for all marks.
This class extends FeatureInputEnergy to include an EnergyMemoList, which
represents memoized energy calculations for all marks in the model.
-
Constructor Summary
ConstructorsConstructorDescriptionFeatureInputAllMemo(EnergyMemoList pxlMarkMemoList, EnergyStack raster) Creates a new instance with a list of memoized energy calculations and an energy stack. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe list of memoized energy calculations for all marks.inthashCode()voidsetCalculations(EnergyMemoList calculations) The list of memoized energy calculations for all marks.Methods inherited from class org.anchoranalysis.feature.input.FeatureInputEnergy
dimensions, dimensionsOptional, dimensionsRequired, getDictionaryOptional, getEnergyStackOptional, getEnergyStackRequired, getResolutionOptional, getUnitConverterOptional, setEnergyStack, setEnergyStackMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.anchoranalysis.feature.input.FeatureInputDictionary
getDictionaryRequiredMethods inherited from interface org.anchoranalysis.feature.input.FeatureInputWithResolution
getResolutionRequired
-
Constructor Details
-
FeatureInputAllMemo
Creates a new instance with a list of memoized energy calculations and an energy stack.- Parameters:
pxlMarkMemoList- the list of memoized energy calculations for all marksraster- the energy stack associated with the calculations
-
-
Method Details
-
equals
- Overrides:
equalsin classFeatureInputEnergy
-
canEqual
- Overrides:
canEqualin classFeatureInputEnergy
-
hashCode
public int hashCode()- Overrides:
hashCodein classFeatureInputEnergy
-
getCalculations
The list of memoized energy calculations for all marks. -
setCalculations
The list of memoized energy calculations for all marks.
-