|
Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include "vtkMRML.h"#include "vtkMRMLNode.h"#include "vtkMRMLStorageNode.h"#include "vtkMRMLVectorVolumeDisplayNode.h"#include "vtkMRMLVectorVolumeNode.h"#include "vtkMRMLVolumeArchetypeStorageNode.h"#include "vtkStreamingVolumeCodec.h"#include <vtkImageData.h>#include <vtkObject.h>#include <vtkStdString.h>#include <vtkUnsignedCharArray.h>
Go to the source code of this file.
Classes | |
| class | vtkMRMLStreamingVolumeNode |
| MRML node for representing a single compressed video frame that can be decoded to an image representation In this context, a frame is considered to be a compressed image that may require additional frames to decode to an image, and an image is the uncompressed pixel based representation. A video codec can be used to decode and encode between frame and image representations. More... | |
1.8.14