Class AnyTypeArrayParameter
Class for a Parameter that has an array of variable of any type as possible value.
It inherits from NumericalArrayParameter and relaxes the condition that the values must be integers.
- hrm\param\base\Parameter
- hrm\param\base\NumericalParameter
- hrm\param\base\NumericalArrayParameter
- hrm\param\base\AnyTypeArrayParameter
Direct known subclasses
hrm\param\BackgroundOffsetPercent
,
hrm\param\ColocCoefficient
,
hrm\param\ColocThreshold
,
hrm\param\PSF
,
hrm\param\SpimDir
,
hrm\param\SpimExcMode
,
hrm\param\StedDepletionMode
Methods summary
public
|
#
__construct( string $name )
AnyTypeArrayParameter constructor: creates an empty AnyTypeArrayParameter. |
public
array
|
|
public
array
|
Methods inherited from hrm\param\base\NumericalArrayParameter
check()
,
displayString()
,
isVariableChannel()
,
numberOfChannels()
,
reset()
,
setNumberOfChannels()
,
setValue()
Methods inherited from hrm\param\base\NumericalParameter
Methods inherited from hrm\param\base\Parameter
confidenceLevel()
,
defaultValue()
,
getJsonData()
,
internalPossibleValues()
,
isBoolean()
,
isForCapture()
,
isForCorrection()
,
isForImage()
,
isForMicroscope()
,
isForPixelSizeCalculation()
,
isForSpim()
,
isForSted()
,
isTaskParameter()
,
message()
,
mustProvide()
,
name()
,
notSet()
,
setConfidenceLevel()
,
translatedValue()
,
translatedValueFor()
,
value()