21 #ifndef __qMRMLSceneFactoryWidget_h 22 #define __qMRMLSceneFactoryWidget_h 25 #include <QPushButton> 31 #include "qMRMLWidgetsExport.h" 35 class qMRMLSceneFactoryWidgetPrivate;
52 vtkMRMLNode* generateNode(
const QString& mrmlNodeClassName);
53 void deleteNode(
const QString& mrmlNodeID);
64 QScopedPointer<qMRMLSceneFactoryWidgetPrivate>
d_ptr;
A set of MRML Nodes that supports serialization and undo/redo.
Abstract Superclass for all specific types of MRML nodes.