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