Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <vtkObject.h>
#include <vtkSmartPointer.h>
#include <map>
#include "vtkAddon.h"
#include "vtkStreamingVolumeCodec.h"
Go to the source code of this file.
Classes | |
class | vtkStreamingVolumeCodecFactory |
Class that can create compresion device for streaming volume instances. More... | |
class | vtkStreamingVolumeCodecFactoryInitialize |
Utility class to make sure qSlicerModuleManager is initialized before it is used. More... | |
Variables | |
static vtkStreamingVolumeCodecFactoryInitialize | vtkStreamingVolumeCodecFactoryInitializer |
|
static |
This instance will show up in any translation unit that uses vtkStreamingVolumeCodecFactory. It will make sure vtkStreamingVolumeCodecFactory is initialized before it is used.
Definition at line 118 of file vtkStreamingVolumeCodecFactory.h.