Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Libs/vtkAddon/vtkStreamingVolumeCodec.h>
Public Attributes | |
std::string | Name |
std::string | Value |
Definition at line 130 of file vtkStreamingVolumeCodec.h.
std::string vtkStreamingVolumeCodec::ParameterPreset::Name |
Displayable human-readable name (for example "maximum compression").
Definition at line 134 of file vtkStreamingVolumeCodec.h.
std::string vtkStreamingVolumeCodec::ParameterPreset::Value |
Machine-readable code, identifier, and/or parameter list that the codec can interpret (for example "ZLIB_9", referring to zlib compression with compression factor 9).
Definition at line 137 of file vtkStreamingVolumeCodec.h.