WindowLevelTool
Hierarchy
- BaseTool
- WindowLevelTool
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
toolProps: {} = {}
defaultToolProps: { supportedInteractionTypes: string[] } = ...
Returns WindowLevelTool
Properties
publicconfiguration
publicmode
Tool Mode - Active/Passive/Enabled/Disabled/
publicsupportedInteractionTypes
Supported Interaction Types - currently only Mouse
publictoolGroupId
ToolGroup ID the tool instance belongs to
statictoolName
Methods
_getImageDynamicRangeFromMiddleSlice
Parameters
scalarData: any
dimensions: any
Returns number
_getImageDynamicRangeFromViewport
Parameters
viewport: any
Returns number
_getMultiplierFromDynamicRange
Parameters
viewport: any
volumeId: any
Returns number
publicapplyActiveStrategy
It applies the active strategy to the enabled element.
Parameters
enabledElement: IEnabledElement
The element that is being operated on.
operationData: unknown
The data that needs to be passed to the strategy.
Returns any
The result of the strategy.
getNewRange
Parameters
__namedParameters: Object
Returns { lower: number; upper: number }
lower: number
upper: number
getPTNewRange
Parameters
__namedParameters: Object
Returns { lower: any; upper: any }
lower: any
upper: any
publicgetToolName
Returns the name of the tool
Returns string
The name of the tool.
mouseDragCallback
Parameters
evt: InteractionEventType
Returns void
publicsetActiveStrategy
Sets the active strategy for a tool. Strategies are multiple implementations of tool behavior that can be switched by tool configuration.
Parameters
strategyName: string
name of the strategy to be set as active
Returns void
publicsetConfiguration
merges the new configuration with the tool configuration
Parameters
newConfiguration: Record<string, any>
Returns void
touchDragCallback
Parameters
evt: InteractionEventType
Returns void
WindowLevel tool manipulates the windowLevel applied to a viewport. It provides a way to set the windowCenter and windowWidth of a viewport by dragging mouse over the image.