MeVisLab Toolbox Reference
mlZTUIndex.h File Reference

Header file of class ZTUIndex managing a multi-frame Z, T, and U-dimension plus a string value. More...

#include "MLDICOMTagsSystem.h"
#include <mlUtilsSystem.h>
#include <ThirdPartyWarningsDisable.h>
#include <iostream>
#include <vector>
#include <ThirdPartyWarningsRestore.h>

Go to the source code of this file.

Classes

class  ml::DICOMTagTools::ZTUIndex
 Class managing a multi-frame Z, T, and U-dimension plus a string value. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 
 ml::DICOMTagTools
 A namespace collecting tools related to DICOM tags and tree tools.
 

Typedefs

typedef std::vector< ZTUIndex > ml::DICOMTagTools::ZTUVector
 A std::vector typedef of ZTUIndexes to describe indexes of handles in the multi-frame Z, T, and U dimension with one string value. More...
 

Functions

std::ostream & std::operator<< (std::ostream &os, const ml::DICOMTagTools::ZTUIndex &ztu)
 Streams member values of ztu into given stream os in format "z t u:value". More...
 
std::istream & std::operator>> (std::istream &is, ml::DICOMTagTools::ZTUIndex &ztu)
 Reads member values from stream is in format "z t u:value" into ztu. More...
 

Detailed Description

Header file of class ZTUIndex managing a multi-frame Z, T, and U-dimension plus a string value.

Author
Wolf Spindler
Date
2014-07-25

Definition in file mlZTUIndex.h.

Function Documentation

◆ operator<<()

std::ostream& std::operator<< ( std::ostream &  os,
const ml::DICOMTagTools::ZTUIndex ztu 
)
inline

Streams member values of ztu into given stream os in format "z t u:value".

Definition at line 80 of file mlZTUIndex.h.

References std::operator<<().

◆ operator>>()

std::istream& std::operator>> ( std::istream &  is,
ml::DICOMTagTools::ZTUIndex ztu 
)
inline

Reads member values from stream is in format "z t u:value" into ztu.

Definition at line 89 of file mlZTUIndex.h.

References ml::is().