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 <deque>
#include <vector>
#include <set>
#include <map>
#include <fstream>
Go to the source code of this file.
Classes | |
class | vtkEventBroker |
Class that manages adding and deleting of observers with events. More... | |
class | vtkEventBrokerInitialize |
Utility class to make sure qSlicerModuleManager is initialized before it is used. More... | |
Variables | |
static vtkEventBrokerInitialize | vtkEventBrokerInitializer |
|
static |
This instance will show up in any translation unit that uses vtkEventBroker. It will make sure vtkEventBroker is initialized before it is used.
Definition at line 328 of file vtkEventBroker.h.