GDCM  2.2.6
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
gdcm::Printer Class Reference

Printer class. More...

#include <gdcmPrinter.h>

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

Public Types

enum  PrintStyles {
  VERBOSE_STYLE = 0,
  CONDENSED_STYLE,
  XML
}
 

Public Member Functions

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

Protected Member Functions

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

const FileF
 
VL MaxPrintLength
 
PrintStyles PrintStyle
 

Detailed Description

Printer class.

Member Enumeration Documentation

Enumerator
VERBOSE_STYLE 
CONDENSED_STYLE 
XML 

Constructor & Destructor Documentation

gdcm::Printer::Printer ( )
gdcm::Printer::~Printer ( )

Member Function Documentation

PrintStyles gdcm::Printer::GetPrintStyle ( ) const
inline

Get PrintStyle value.

void gdcm::Printer::Print ( std::ostream &  os)

Print.

VR gdcm::Printer::PrintDataElement ( std::ostringstream &  os,
const Dicts dicts,
const DataSet ds,
const DataElement de,
std::ostream &  out,
std::string const &  indent 
)
protected
void gdcm::Printer::PrintDataSet ( const DataSet ds,
std::ostream &  os,
const std::string &  s = "" 
)

Print an individual dataset.

void gdcm::Printer::PrintSQ ( const SequenceOfItems sqi,
std::ostream &  os,
std::string const &  indent 
)
protected
void gdcm::Printer::SetColor ( bool  c)

Set color mode or not.

void gdcm::Printer::SetFile ( File const &  f)
inline

Set file.

void gdcm::Printer::SetStyle ( PrintStyles  ps)
inline

Set PrintStyle value.

Member Data Documentation

const File* gdcm::Printer::F
protected
VL gdcm::Printer::MaxPrintLength
protected
PrintStyles gdcm::Printer::PrintStyle
protected

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

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