28#ifndef vtkMRMLInteractionWidget_h
29#define vtkMRMLInteractionWidget_h
32#include "vtkMRMLDisplayableManagerExport.h"
56 void PrintSelf(ostream& os, vtkIndent indent)
override;
70 WidgetStateInteraction_First = WidgetStateUser,
71 WidgetStateOnTranslationHandle = WidgetStateInteraction_First,
75 WidgetStateInteraction_Last
81 WidgetEventInteraction_First = WidgetEventUser,
82 WidgetEventReserved = WidgetEventInteraction_First,
86 WidgetEventInteraction_Last
155 double LastEventPosition[2];
157 vtkSmartPointer<vtkMRMLNode> OriginalStateNode{
nullptr };
Abstract MRML node to represent a view. The class holds the properties common to any view type (3D,...
Abstract class that contains graphical display properties for displayable nodes.
Abstract Superclass for all specific types of MRML nodes.