Class for representing a ModuleEntry.
More...
#include <gdcmModuleEntry.h>
List of all members.
Detailed Description
Class for representing a ModuleEntry.
- Note:
- bla
- See also:
- DictEntry
- Examples:
- TraverseModules.cxx.
Member Typedef Documentation
Constructor & Destructor Documentation
gdcm::ModuleEntry::ModuleEntry |
( |
const char * |
name = "" , |
|
|
const char * |
type = "3" , |
|
|
const char * |
description = "" |
|
) |
| |
|
inline |
virtual gdcm::ModuleEntry::~ModuleEntry |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
const Description& gdcm::ModuleEntry::GetDescription |
( |
| ) |
const |
|
inline |
const char* gdcm::ModuleEntry::GetName |
( |
| ) |
const |
|
inline |
const Type& gdcm::ModuleEntry::GetType |
( |
| ) |
const |
|
inline |
void gdcm::ModuleEntry::SetDescription |
( |
const char * |
d | ) |
|
|
inline |
void gdcm::ModuleEntry::SetName |
( |
const char * |
name | ) |
|
|
inline |
void gdcm::ModuleEntry::SetType |
( |
const Type & |
type | ) |
|
|
inline |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
_os, |
|
|
const ModuleEntry & |
_val |
|
) |
| |
|
friend |
Member Data Documentation
Type gdcm::ModuleEntry::DataElementType |
|
protected |
std::string gdcm::ModuleEntry::Name |
|
protected |
The documentation for this class was generated from the following file: