MeVisLab Toolbox Reference
mlCSADecoder.h File Reference

Class created by copy, pasting and revising from gdcm code to decode private Siemens CSA header information. More...

#include <ThirdPartyWarningsDisable.h>
#include <gdcmTypes.h>
#include <gdcmDataSet.h>
#include <gdcmCSAElement.h>
#include <ThirdPartyWarningsRestore.h>

Go to the source code of this file.

Classes

class  gdcm::CSADecoder
 Class CSADecoder adopted from gdcm implementation to decode Siemens CSA DICOM header tags. More...
 

Namespaces

 gdcm
 Namespace of the Grassroots DICOM library.
 

Functions

std::ostream & gdcm::operator<< (std::ostream &os, const CSADecoder &d)
 Print operator streaming out the CSADecoder. More...
 

Detailed Description

Class created by copy, pasting and revising from gdcm code to decode private Siemens CSA header information.

See license code below, because is taken and modified from gdcm, thanks for providing it to the gdcm and the author(s) listed below! The class has been renamed from CSAHeader to CSADecoder to avoid name collisions with the same-named class in gdcm.

Author
Wolf Spindler
Date
12/2011

Definition in file mlCSADecoder.h.