
public static class AxisBasedReferencePoints.Parameterizer<V extends NumberVector<?>> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected double | 
spacescale
Holds the value of  
AxisBasedReferencePoints.SPACE_SCALE_ID. | 
| Constructor and Description | 
|---|
AxisBasedReferencePoints.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected AxisBasedReferencePoints<V> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makeprotected double spacescale
AxisBasedReferencePoints.SPACE_SCALE_ID.public AxisBasedReferencePoints.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected AxisBasedReferencePoints<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer