Class NumericalArrayParameter
Class for a Parameter that has an array of numbers as possible value, where each entry represents a channel.
- hrm\param\base\Parameter
- hrm\param\base\NumericalParameter
- hrm\param\base\NumericalArrayParameter
Direct known subclasses
hrm\param\base\AnyTypeArrayParameter
,
hrm\param\ColocChannel
,
hrm\param\SpimNA
,
hrm\param\Sted3D
,
hrm\param\StedImmunity
,
hrm\param\StedSaturationFactor
,
hrm\param\StedWavelength
,
hrm\param\EmissionWavelength
,
hrm\param\ExcitationWavelength
,
hrm\param\PinholeSize
,
hrm\param\SignalNoiseRatio
,
hrm\param\SpimCenterOffset
,
hrm\param\SpimFill
,
hrm\param\SpimFocusOffset
,
hrm\param\SpimGaussWidth
Indirect 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 )
NumericalArrayParameter constructor: creates an empty NumericalArrayParameter. |
public
boolean
|
|
public
|
|
public
|
|
public
integer
|
|
public
boolean
|
|
public
|
|
public
string
|
#
displayString( integer $numberOfChannels = 0 )
Returns the string representation of the NumericalArrayParameter. |
Methods inherited from hrm\param\base\NumericalParameter
Methods inherited from hrm\param\base\Parameter
confidenceLevel()
,
defaultValue()
,
getJsonData()
,
internalPossibleValues()
,
internalValue()
,
isBoolean()
,
isForCapture()
,
isForCorrection()
,
isForImage()
,
isForMicroscope()
,
isForPixelSizeCalculation()
,
isForSpim()
,
isForSted()
,
isTaskParameter()
,
message()
,
mustProvide()
,
name()
,
notSet()
,
possibleValues()
,
setConfidenceLevel()
,
translatedValue()
,
translatedValueFor()
,
value()