41#ifndef vtkMRMLAbstractWidgetRepresentation_h
42#define vtkMRMLAbstractWidgetRepresentation_h
44#include "vtkMRMLDisplayableManagerExport.h"
45#include "vtkWidgetRepresentation.h"
54#include "vtkBoundingBox.h"
61 void PrintSelf(ostream& os, vtkIndent indent)
override;
71 double*
GetBounds() VTK_SIZEHINT(6)
override {
return nullptr; }
76 int RenderOverlay(vtkViewport* vtkNotUsed(viewport))
override {
return 0; }
167 void AddActorsBounds(vtkBoundingBox& bounds,
const std::vector<vtkProp*>& actors,
double* additionalBounds =
nullptr);
Abstract MRML node to represent a view. The class holds the properties common to any view type (3D,...
Abstract Superclass for all specific types of MRML nodes.