List of all members
vtkFileSeriesUtilities Class Reference

A namespace providing tools for file series. More...

#include <vtkFileSeriesUtilities.h>

Public Attributes

const std::string FILE_SERIES_VERSION = "1.0"
 Const variable describing the file series version currently in use. More...
 
constexpr int FILE_SERIES_VERSION_MAJ = 1
 Const variable describing the file series version currently in use. More...
 
constexpr int FILE_SERIES_VERSION_MIN = 0
 Const variable describing the file series version currently in use. More...
 

Detailed Description

A namespace providing tools for file series.

A namespace providing tools for file series, it provide constexpr related to file series version as well as utility method to check the file series version.

The current file series version is 1.0.

Member Data Documentation

◆ FILE_SERIES_VERSION

const std::string vtkFileSeriesUtilities::FILE_SERIES_VERSION = "1.0"

Const variable describing the file series version currently in use.

Definition at line 26 of file vtkFileSeriesUtilities.h.

◆ FILE_SERIES_VERSION_MAJ

constexpr int vtkFileSeriesUtilities::FILE_SERIES_VERSION_MAJ = 1

Const variable describing the file series version currently in use.

Definition at line 27 of file vtkFileSeriesUtilities.h.

◆ FILE_SERIES_VERSION_MIN

constexpr int vtkFileSeriesUtilities::FILE_SERIES_VERSION_MIN = 0

Const variable describing the file series version currently in use.

Definition at line 28 of file vtkFileSeriesUtilities.h.


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