GDCM  2.2.6
Public Member Functions | List of all members
gdcm::Dumper Class Reference

Codec class. More...

#include <gdcmDumper.h>

Inheritance diagram for gdcm::Dumper:
Inheritance graph
[legend]
Collaboration diagram for gdcm::Dumper:
Collaboration graph
[legend]

Public Member Functions

 Dumper ()
 
 ~Dumper ()
 
- Public Member Functions inherited from gdcm::Printer
 Printer ()
 
 ~Printer ()
 
PrintStyles GetPrintStyle () const
 Get PrintStyle value. More...
 
void Print (std::ostream &os)
 Print. More...
 
void PrintDataSet (const DataSet &ds, std::ostream &os, const std::string &s="")
 Print an individual dataset. More...
 
void SetColor (bool c)
 Set color mode or not. More...
 
void SetFile (File const &f)
 Set file. More...
 
void SetStyle (PrintStyles ps)
 Set PrintStyle value. More...
 

Additional Inherited Members

- Public Types inherited from gdcm::Printer
enum  PrintStyles {
  VERBOSE_STYLE = 0,
  CONDENSED_STYLE,
  XML
}
 
- Protected Member Functions inherited from gdcm::Printer
VR PrintDataElement (std::ostringstream &os, const Dicts &dicts, const DataSet &ds, const DataElement &de, std::ostream &out, std::string const &indent)
 
void PrintSQ (const SequenceOfItems *sqi, std::ostream &os, std::string const &indent)
 
- Protected Attributes inherited from gdcm::Printer
const FileF
 
VL MaxPrintLength
 
PrintStyles PrintStyle
 

Detailed Description

Codec class.

Note
Use it to simply dump value read from the file. No interpretation is done. But it is real fast ! Almost no overhead

Constructor & Destructor Documentation

gdcm::Dumper::Dumper ( )
inline
gdcm::Dumper::~Dumper ( )
inline

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

Generated on Sat Dec 21 2013 05:56:21 for GDCM by doxygen 1.8.5
SourceForge.net Logo