MeVisLab Toolbox Reference
|
Class created by copy, pasting and revising from gdcm code to decode private Siemens CSA header information. More...
#include <FMEThirdPartyWarningsDisable.h>
#include <gdcmTypes.h>
#include <gdcmDataSet.h>
#include <gdcmCSAElement.h>
#include <FMEThirdPartyWarningsRestore.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 | |
namespace | gdcm |
Namespace of the Grassroots DICOM library. | |
Functions | |
std::ostream & | gdcm::operator<< (std::ostream &os, const CSADecoder &d) |
Print operator streaming out the CSADecoder. | |
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.
Definition in file mlCSADecoder.h.