Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include "vtkMRML.h"
#include <vtkObject.h>
#include <vtkSmartPointer.h>
#include <vtkWeakPointer.h>
#include <list>
#include <map>
#include <random>
#include <set>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | vtkMRMLScene |
A set of MRML Nodes that supports serialization and undo/redo. More... | |
Macros | |
#define | CURRENT_MRML_VERSION "Slicer4.4.0" |
#define CURRENT_MRML_VERSION "Slicer4.4.0" |
Current MRML version needs to be changed when incompatible MRML changes introduced
Definition at line 20 of file vtkMRMLScene.h.