Class TOADGridParams
java.lang.Object
group3dlocaliser.algorithm.gridsearch.TOADGridParams
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TOADGridParamsclone()Get a set of data that describes all of the parameters in a classvoidsetGridCentre(PamVector gridCentre)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TOADGridParams
public TOADGridParams()
-
-
Method Details
-
clone
-
getGridCentre
- Returns:
- the gridCentre
-
setGridCentre
- Parameters:
gridCentre- the gridCentre to set
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-