public class StepGeneratorFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StepGeneratorFactory.StepType
enumerator for step generator types
|
Constructor and Description |
---|
StepGeneratorFactory() |
Modifier and Type | Method and Description |
---|---|
static StepGenerator |
getStepGenerator(SimulationParams simParams)
factory method
|
static double[] |
getStepParamsArray(StepGeneratorFactory.StepType type,
SimulationParams simParams)
parameters array generator
|
public static final StepGenerator getStepGenerator(SimulationParams simParams)
simParams
- simulation parameters objectpublic static final double[] getStepParamsArray(StepGeneratorFactory.StepType type, SimulationParams simParams)
type
- the type of step generator being manufacturedsimParams
- the simulation parametersimParams
- the imaging parameters