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 ?
◆ GroupStringVector
◆ GroupDict()
| gdcm::GroupDict::GroupDict |
( |
| ) |
|
|
inline |
◆ ~GroupDict()
| gdcm::GroupDict::~GroupDict |
( |
| ) |
|
|
default |
◆ Add()
| void gdcm::GroupDict::Add |
( |
std::string const & |
abbreviation, |
|
|
std::string const & |
name |
|
) |
| |
|
protected |
◆ GetAbbreviation()
| std::string const & gdcm::GroupDict::GetAbbreviation |
( |
uint16_t |
num | ) |
const |
◆ GetName()
| std::string const & gdcm::GroupDict::GetName |
( |
uint16_t |
num | ) |
const |
◆ Insert()
| void gdcm::GroupDict::Insert |
( |
uint16_t |
num, |
|
|
std::string const & |
abbreviation, |
|
|
std::string const & |
name |
|
) |
| |
|
protected |
◆ Size()
| size_t gdcm::GroupDict::Size |
( |
| ) |
const |
|
inline |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
_os, |
|
|
const GroupDict & |
_val |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: