GDCM
2.2.3
|
Class to represent the mapping from group number to its abbreviation and name. More...
#include <gdcmGroupDict.h>
Public Types | |
typedef std::vector< std::string > | GroupStringVector |
Public Member Functions | |
GroupDict () | |
~GroupDict () | |
std::string const & | GetAbbreviation (uint16_t num) const |
std::string const & | GetName (uint16_t num) const |
size_t | Size () const |
Protected Member Functions | |
void | Add (std::string const &abbreviation, std::string const &name) |
void | Insert (uint16_t num, std::string const &abbreviation, std::string const &name) |
Friends | |
std::ostream & | operator<< (std::ostream &_os, const GroupDict &_val) |
Class to represent the mapping from group number to its abbreviation and name.
typedef std::vector<std::string> gdcm::GroupDict::GroupStringVector |
gdcm::GroupDict::GroupDict | ( | ) | [inline] |
gdcm::GroupDict::~GroupDict | ( | ) | [inline] |
void gdcm::GroupDict::Add | ( | std::string const & | abbreviation, |
std::string const & | name | ||
) | [protected] |
std::string const& gdcm::GroupDict::GetAbbreviation | ( | uint16_t | num | ) | const |
Referenced by gdcm::operator<<().
std::string const& gdcm::GroupDict::GetName | ( | uint16_t | num | ) | const |
Referenced by gdcm::operator<<().
void gdcm::GroupDict::Insert | ( | uint16_t | num, |
std::string const & | abbreviation, | ||
std::string const & | name | ||
) | [protected] |
size_t gdcm::GroupDict::Size | ( | ) | const [inline] |
Referenced by gdcm::operator<<().
std::ostream& operator<< | ( | std::ostream & | _os, |
const GroupDict & | _val | ||
) | [friend] |