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 boolean
boolean
The list of memoized energy calculations for all marks.int
hashCode()
void
setCalculations
(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, setEnergyStack
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.anchoranalysis.feature.input.FeatureInputDictionary
getDictionaryRequired
Methods 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:
equals
in classFeatureInputEnergy
-
canEqual
- Overrides:
canEqual
in classFeatureInputEnergy
-
hashCode
public int hashCode()- Overrides:
hashCode
in classFeatureInputEnergy
-
getCalculations
The list of memoized energy calculations for all marks. -
setCalculations
The list of memoized energy calculations for all marks.
-