Uses of Class
org.anchoranalysis.feature.energy.EnergyStackWithoutParameters
Packages that use EnergyStackWithoutParameters
Package
Description
A particular stack used in feature-calculations called a
EnergyStack together with related classes.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 EnergyStackWithoutParametersModifier and TypeMethodDescriptionEnergyStackWithoutParameters.extractSlice(int z) Extract a particular z-slice from theEnergyStackWithoutParametersas a new stack.EnergyStack.withoutParameters()The energy-stack without associated parameters.Constructors in org.anchoranalysis.feature.energy with parameters of type EnergyStackWithoutParametersModifierConstructorDescriptionEnergyStack(EnergyStackWithoutParameters energyStack) Create from aEnergyStackWithoutParameterswithout any additional parameters.EnergyStack(EnergyStackWithoutParameters delegate, Dictionary parameters) Creates a newEnergyStackinstance. -
Uses of EnergyStackWithoutParameters in org.anchoranalysis.feature.initialization
Methods in org.anchoranalysis.feature.initialization that return types with arguments of type EnergyStackWithoutParametersModifier and TypeMethodDescriptionFeatureInitialization.getEnergyStack()An energy-stack, which may form an input to the feature for calculation.