Class to represent the mapping from group number to its abbreviation and name.
More...
#include <gdcmGroupDict.h>
|
void | Add (std::string const &abbreviation, std::string const &name) |
|
void | Insert (uint16_t num, std::string const &abbreviation, std::string const &name) |
|
Class to represent the mapping from group number to its abbreviation and name.
- Note
- Should I rewrite this class to use a std::map instead of std::vector for problem of memory consumption ?
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 |
std::string const& gdcm::GroupDict::GetName |
( |
uint16_t |
num | ) |
const |
void gdcm::GroupDict::Insert |
( |
uint16_t |
num, |
|
|
std::string const & |
abbreviation, |
|
|
std::string const & |
name |
|
) |
| |
|
protected |
size_t gdcm::GroupDict::Size |
( |
| ) |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
_os, |
|
|
const GroupDict & |
_val |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: