GDCM
2.4.5
|
#include <gdcmJSON.h>
Public Member Functions | |
JSON () | |
~JSON () | |
bool | Code (DataSet const &in, std::ostream &os) |
bool | Decode (std::istream &is, DataSet &out) |
bool | GetPrettyPrint () const |
void | PrettyPrintOff () |
void | PrettyPrintOn () |
void | SetPrettyPrint (bool onoff) |
gdcm::JSON::JSON | ( | ) |
gdcm::JSON::~JSON | ( | ) |
bool gdcm::JSON::Code | ( | DataSet const & | in, |
std::ostream & | os | ||
) |
bool gdcm::JSON::Decode | ( | std::istream & | is, |
DataSet & | out | ||
) |
bool gdcm::JSON::GetPrettyPrint | ( | ) | const |
void gdcm::JSON::PrettyPrintOff | ( | ) |
void gdcm::JSON::PrettyPrintOn | ( | ) |
void gdcm::JSON::SetPrettyPrint | ( | bool | onoff | ) |