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, make
protected int gridres
GridBasedReferencePoints.GRID_ID
.protected double gridscale
GridBasedReferencePoints.GRID_SCALE_ID
.public GridBasedReferencePoints.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected GridBasedReferencePoints<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer