GDCM 3.0.24
Public Member Functions | Protected Attributes | Friends | List of all members
gdcm::PDBElement Class Reference

Class to represent a PDB Element. More...

#include <gdcmPDBElement.h>

Collaboration diagram for gdcm::PDBElement:
[legend]

Public Member Functions

 PDBElement ()=default
 
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)
 

Detailed Description

Class to represent a PDB Element.

See also
PDBHeader

Constructor & Destructor Documentation

◆ PDBElement()

gdcm::PDBElement::PDBElement ( )
default

References gdcm::operator<<().

Member Function Documentation

◆ GetName()

const char * gdcm::PDBElement::GetName ( ) const
inline

Set/Get Name.

◆ GetValue()

const char * gdcm::PDBElement::GetValue ( ) const
inline

Set/Get Value.

◆ operator==()

bool gdcm::PDBElement::operator== ( const PDBElement de) const
inline

References NameField, and ValueField.

◆ SetName()

void gdcm::PDBElement::SetName ( const char *  name)
inline

◆ SetValue()

void gdcm::PDBElement::SetValue ( const char *  value)
inline

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const PDBElement val 
)
friend

Member Data Documentation

◆ NameField

std::string gdcm::PDBElement::NameField
protected

Referenced by operator==().

◆ ValueField

std::string gdcm::PDBElement::ValueField
protected

Referenced by operator==().


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