29#ifndef vtkSlicerROIWidget_h
30#define vtkSlicerROIWidget_h
32#include "vtkSlicerMarkupsModuleVTKWidgetsExport.h"
47 WidgetStateSymmetricScale = WidgetStateMarkups_Last,
48 WidgetStateMarkupsROI_Last
54 WidgetEventSymmetricScaleStart = WidgetEventMarkups_Last,
56 WidgetEventMarkupsROI_Last
65 void FlipROIHandles(
bool flipLRHandle,
bool flipAPHandle,
bool flipISHandle);
Abstract MRML node to represent a view. The class holds the properties common to any view type (3D,...