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 <FMEThirdPartyWarningsDisable.h>
#include <iostream>
#include <vector>
#include <FMEThirdPartyWarningsRestore.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

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

Typedefs

typedef std::vector< ZTUIndexml::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.
 

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".
 
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.
 

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.