20#ifndef vtkMRMLSliceEdgeWidgetRepresentation_h
21#define vtkMRMLSliceEdgeWidgetRepresentation_h
24#include "vtkMRMLDisplayableManagerExport.h"
32class vtkPolyDataMapper;
48 void PrintSelf(ostream& os, vtkIndent indent)
override;
76 vtkGetMacro(SliceEdgeSize,
double);
81 vtkGetMacro(Interacting,
bool);
93 vtkSmartPointer<vtkActor>
Actor;
94 vtkSmartPointer<vtkPolyDataMapper>
Mapper;
106 double SliceEdgeSize{2.0};
107 bool Interacting{
false};
MRML node to represent a 3D surface model.
Abstract Superclass for all specific types of MRML nodes.
MRML node for storing a slice through RAS space.