
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, makeprotected boolean nocenter
StarBasedReferencePoints.NOCENTER_ID.protected double scale
StarBasedReferencePoints.SCALE_ID.public StarBasedReferencePoints.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected StarBasedReferencePoints<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer