Slicer  4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Attributes
vtkStreamingVolumeCodec::ParameterPreset Struct Reference

#include <Libs/vtkAddon/vtkStreamingVolumeCodec.h>

Public Attributes

std::string Name
 
std::string Value
 

Detailed Description

Definition at line 130 of file vtkStreamingVolumeCodec.h.

Member Data Documentation

◆ Name

std::string vtkStreamingVolumeCodec::ParameterPreset::Name

Displayable human-readable name (for example "maximum compression").

Definition at line 134 of file vtkStreamingVolumeCodec.h.

◆ Value

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.


The documentation for this struct was generated from the following file: