Slicer  4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Macros
vtkStreamingVolumeCodec.h File Reference
#include "vtkAddon.h"
#include "vtkAddonSetGet.h"
#include "vtkStreamingVolumeFrame.h"
#include <vtkImageData.h>
#include <vtkObject.h>
#include <vtkUnsignedCharArray.h>
#include <map>
Include dependency graph for vtkStreamingVolumeCodec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vtkStreamingVolumeCodec::ParameterPreset
 
class  vtkStreamingVolumeCodec
 VTK object for representing a volume compression codec (normally a video compression codec) More...
 

Macros

#define vtkCodecNewMacro(newClass)
 

Macro Definition Documentation

◆ vtkCodecNewMacro

#define vtkCodecNewMacro (   newClass)
Value:
vtkStandardNewMacro(newClass); \
vtkStreamingVolumeCodec* newClass::CreateCodecInstance() \
{ \
return newClass::New(); \
}

Definition at line 38 of file vtkStreamingVolumeCodec.h.