Class to represent a PDB Element.
More...
#include <gdcmPDBElement.h>
Class to represent a PDB Element.
- See also
- PDBHeader
◆ PDBElement()
| gdcm::PDBElement::PDBElement |
( |
| ) |
|
|
default |
◆ GetName()
| const char * gdcm::PDBElement::GetName |
( |
| ) |
const |
|
inline |
◆ GetValue()
| const char * gdcm::PDBElement::GetValue |
( |
| ) |
const |
|
inline |
◆ operator==()
| bool gdcm::PDBElement::operator== |
( |
const PDBElement & |
de | ) |
const |
|
inline |
◆ SetName()
| void gdcm::PDBElement::SetName |
( |
const char * |
name | ) |
|
|
inline |
◆ SetValue()
| void gdcm::PDBElement::SetValue |
( |
const char * |
value | ) |
|
|
inline |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const PDBElement & |
val |
|
) |
| |
|
friend |
◆ NameField
| std::string gdcm::PDBElement::NameField |
|
protected |
◆ ValueField
| std::string gdcm::PDBElement::ValueField |
|
protected |
The documentation for this class was generated from the following file: