Slicer  5.3
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Member Functions | Public Attributes
vtkMRMLStorageNode::CompressionPreset Struct Reference

#include <Libs/MRML/Core/vtkMRMLStorageNode.h>

Public Member Functions

 CompressionPreset ()=default
 
 CompressionPreset (const std::string &parameter, const std::string &name)
 

Public Attributes

std::string CompressionParameter
 
std::string DisplayName
 

Detailed Description

Presets that can be offered to users to choose from instead of asking them to enter parameter value.

Definition at line 338 of file vtkMRMLStorageNode.h.

Constructor & Destructor Documentation

◆ CompressionPreset() [1/2]

vtkMRMLStorageNode::CompressionPreset::CompressionPreset ( )
default

◆ CompressionPreset() [2/2]

vtkMRMLStorageNode::CompressionPreset::CompressionPreset ( const std::string &  parameter,
const std::string &  name 
)
inline

Definition at line 342 of file vtkMRMLStorageNode.h.

Member Data Documentation

◆ CompressionParameter

std::string vtkMRMLStorageNode::CompressionPreset::CompressionParameter

Definition at line 348 of file vtkMRMLStorageNode.h.

◆ DisplayName

std::string vtkMRMLStorageNode::CompressionPreset::DisplayName

Definition at line 349 of file vtkMRMLStorageNode.h.


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