24 #ifndef __vtkSlicerDataModuleLogic_h 25 #define __vtkSlicerDataModuleLogic_h 33 #include "vtkSlicerDataModuleLogicExport.h" 42 void PrintSelf(ostream& os, vtkIndent indent)
override;
45 vtkSetMacro( SceneChanged,
bool );
46 vtkGetMacro( SceneChanged,
bool );
47 vtkBooleanMacro( SceneChanged,
bool );
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSlicerModuleLogic * New()
The Usual vtk class functions.
bool AutoRemoveDisplayAndStorageNodes
bool SceneChanged
Flag indicating if the scene has recently changed (update of the module GUI if needed) ...
A set of MRML Nodes that supports serialization and undo/redo.
virtual void RegisterNodes()
virtual void OnMRMLSceneNodeRemoved(vtkMRMLNode *)
virtual void SetMRMLSceneInternal(vtkMRMLScene *newScene)
virtual void UpdateFromMRMLScene()
Abstract Superclass for all specific types of MRML nodes.