Uses of Class
org.anchoranalysis.feature.energy.EnergyStackWithoutParameters
| Package | Description |
|---|---|
| org.anchoranalysis.feature.energy |
A particular stack used in feature-calculations called a
EnergyStack together with related classes. |
| org.anchoranalysis.feature.initialization |
Initialization parameters used for beans in
org.anchoranalysis.feature.bean. |
-
Uses of EnergyStackWithoutParameters in org.anchoranalysis.feature.energy
Methods in org.anchoranalysis.feature.energy that return EnergyStackWithoutParameters Modifier and Type Method Description EnergyStackWithoutParametersEnergyStackWithoutParameters. extractSlice(int z)Extract a particular z-slice from theEnergyStackWithoutParametersas a new stack.EnergyStackWithoutParametersEnergyStack. withoutParameters()The energy-stack without associated parameters.Constructors in org.anchoranalysis.feature.energy with parameters of type EnergyStackWithoutParameters Constructor Description EnergyStack(EnergyStackWithoutParameters energyStack)Create from aEnergyStackWithoutParameterswithout any additional parameters.EnergyStack(EnergyStackWithoutParameters delegate, Dictionary parameters) -
Uses of EnergyStackWithoutParameters in org.anchoranalysis.feature.initialization
Methods in org.anchoranalysis.feature.initialization that return types with arguments of type EnergyStackWithoutParameters Modifier and Type Method Description Optional<EnergyStackWithoutParameters>FeatureInitialization. getEnergyStack()An energy-stack, which may form an input to the feature for calculation.