21#ifndef __qMRMLNavigationView_h
22#define __qMRMLNavigationView_h
25#include <ctkVTKObject.h>
26#include <ctkVTKThumbnailView.h>
28#include "qMRMLWidgetsExport.h"
30class qMRMLNavigationViewPrivate;
65 QScopedPointer<qMRMLNavigationViewPrivate>
d_ptr;
QScopedPointer< qMRMLNavigationViewPrivate > d_ptr
void setMRMLViewNode(vtkMRMLViewNode *newViewNode)
Set/Get viewNode.
void updateFromMRMLScene()
vtkMRMLViewNode * mrmlViewNode() const
ctkVTKThumbnailView Superclass
Superclass typedef.
void setMRMLScene(vtkMRMLScene *newScene)
Set the MRML scene that should be listened for events.
~qMRMLNavigationView() override
void updateFromMRMLViewNode()
qMRMLNavigationView(QWidget *parent=nullptr)
Constructors.
A set of MRML Nodes that supports serialization and undo/redo.
MRML node to represent a 3D view.