Package group3dlocaliser
Class Group3DParams
java.lang.Object
group3dlocaliser.Group3DParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
getAlgorithmParams
(LocaliserAlgorithm3D algoProvider) Get the parameters for a specific algorithm typeGet a set of data that describes all of the parameters in a classvoid
setAlgorithmName
(String algorithmName) void
setAlgorithmParams
(LocaliserAlgorithm3D algorithmProvider, LocaliserAlgorithmParams localiserAlgorithmParams) Set the parameters for a specific algorithm typevoid
setGrouperParams
(DetectionGrouperParams grouperParams) void
setSourceName
(String sourceName)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Group3DParams
public Group3DParams()
-
-
Method Details
-
clone
-
getGrouperParams
- Returns:
- the grouperParams
-
setGrouperParams
- Parameters:
grouperParams
- the grouperParams to set
-
getAlgorithmName
- Returns:
- the algorithmName
-
setAlgorithmName
- Parameters:
algorithmName
- the algorithmName to set
-
getAlgorithmParams
Get the parameters for a specific algorithm type- Parameters:
algoProvider
- algorithm provider- Returns:
- algorithm params or null if not yet set
-
setAlgorithmParams
public void setAlgorithmParams(LocaliserAlgorithm3D algorithmProvider, LocaliserAlgorithmParams localiserAlgorithmParams) Set the parameters for a specific algorithm type- Parameters:
algorithmProvider
- algorithm providerlocaliserAlgorithmParams
- specific params, or null to remove them from the list.
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-
getSourceName
- Returns:
- the sourceName
-
setSourceName
- Parameters:
sourceName
- the sourceName to set
-