GDCM
2.2.0
|
Class to represent a PDB Element. More...
#include <gdcmPDBElement.h>
Public Member Functions | |
PDBElement () | |
const char * | GetName () const |
Set/Get Name. | |
const char * | GetValue () const |
Set/Get Value. | |
bool | operator== (const PDBElement &de) const |
void | SetName (const char *name) |
void | SetValue (const char *value) |
Protected Attributes | |
std::string | NameField |
std::string | ValueField |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PDBElement &val) |
gdcm::PDBElement::PDBElement | ( | ) | [inline] |
const char* gdcm::PDBElement::GetName | ( | ) | const [inline] |
Set/Get Name.
const char* gdcm::PDBElement::GetValue | ( | ) | const [inline] |
Set/Get Value.
bool gdcm::PDBElement::operator== | ( | const PDBElement & | de | ) | const [inline] |
References NameField, and ValueField.
void gdcm::PDBElement::SetName | ( | const char * | name | ) | [inline] |
void gdcm::PDBElement::SetValue | ( | const char * | value | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | os, |
const PDBElement & | val | ||
) | [friend] |
std::string gdcm::PDBElement::NameField [protected] |
Referenced by gdcm::operator<<(), and operator==().
std::string gdcm::PDBElement::ValueField [protected] |
Referenced by gdcm::operator<<(), and operator==().