public static class StarBasedReferencePoints.Parameterizer<V extends NumberVector<?>> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected boolean |
nocenter
Holds the value of
StarBasedReferencePoints.NOCENTER_ID . |
protected double |
scale
Holds the value of
StarBasedReferencePoints.SCALE_ID . |
Constructor and Description |
---|
StarBasedReferencePoints.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected StarBasedReferencePoints<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
protected boolean nocenter
StarBasedReferencePoints.NOCENTER_ID
.protected double scale
StarBasedReferencePoints.SCALE_ID
.public StarBasedReferencePoints.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected StarBasedReferencePoints<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer