Enumeration: NavigationDirection
viewer.NavigationDirection
Enumeration for edge directions
readonly
description Directions for edges in image graph describing
sequence, spatial and image type relations between nodes.
Enumeration members#
Next#
• Next = 0
Next image in the sequence.
Defined in#
graph/edge/NavigationDirection.ts:12
Prev#
• Prev = 1
Previous image in the sequence.
Defined in#
graph/edge/NavigationDirection.ts:17
Similar#
• Similar = 10
Looking in roughly the same direction at rougly the same position.
Defined in#
graph/edge/NavigationDirection.ts:62
Spherical#
• Spherical = 9
Spherical in general direction.
Defined in#
graph/edge/NavigationDirection.ts:57
StepBackward#
• StepBackward = 5
Step backward keeping viewing direction.
Defined in#
graph/edge/NavigationDirection.ts:37
StepForward#
• StepForward = 4
Step forward keeping viewing direction.
Defined in#
graph/edge/NavigationDirection.ts:32
StepLeft#
• StepLeft = 2
Step to the left keeping viewing direction.
Defined in#
graph/edge/NavigationDirection.ts:22
StepRight#
• StepRight = 3
Step to the right keeping viewing direction.
Defined in#
graph/edge/NavigationDirection.ts:27
TurnLeft#
• TurnLeft = 6
Turn 90 degrees counter clockwise.
Defined in#
graph/edge/NavigationDirection.ts:42
TurnRight#
• TurnRight = 7
Turn 90 degrees clockwise.
Defined in#
graph/edge/NavigationDirection.ts:47
TurnU#
• TurnU = 8
Turn 180 degrees.