30#ifndef vtkMRMLCameraWidget_h
31#define vtkMRMLCameraWidget_h
33#include "vtkMRMLDisplayableManagerExport.h"
37class vtkSliceIntersectionRepresentation2D;
54 void PrintSelf(ostream& os, vtkIndent indent)
override;
81 WidgetStateMoveCrosshair = WidgetStateUser,
83 WidgetStateTouchGesture
89 WidgetEventSpinStart = WidgetEventUser,
143 vtkGetMacro(MotionFactor,
double);
144 vtkSetMacro(MotionFactor,
double);
147 vtkGetMacro(MouseWheelMotionFactor,
double);
148 vtkSetMacro(MouseWheelMotionFactor,
double);
189 double StartEventPosition[2];
190 int PreviousEventPosition[2];
MRML node to represent camera node.
MRML node for representing segmentation display attributes.