|
GDCM 3.0.24
|
Class for representing a NestedModuleEntries. More...
#include <gdcmNestedModuleEntries.h>
Public Types | |
| typedef std::vector< ModuleEntry >::size_type | SizeType |
Public Types inherited from gdcm::ModuleEntry | |
| typedef std::string | Description |
Public Member Functions | |
| NestedModuleEntries (const char *name="", const char *type="3", const char *description="") | |
| void | AddModuleEntry (const ModuleEntry &me) |
| ModuleEntry & | GetModuleEntry (SizeType idx) |
| const ModuleEntry & | GetModuleEntry (SizeType idx) const |
| SizeType | GetNumberOfModuleEntries () |
Public Member Functions inherited from gdcm::ModuleEntry | |
| ModuleEntry (const char *name="", const char *type="3", const char *description="") | |
| virtual | ~ModuleEntry ()=default |
| const Description & | GetDescription () const |
| const char * | GetName () const |
| const Type & | GetType () const |
| void | SetDescription (const char *d) |
| void | SetName (const char *name) |
| void | SetType (const Type &type) |
Friends | |
| std::ostream & | operator<< (std::ostream &_os, const NestedModuleEntries &_val) |
Additional Inherited Members | |
Protected Attributes inherited from gdcm::ModuleEntry | |
| Type | DataElementType |
| Description | DescriptionField |
| std::string | Name |
| typedef std::vector<ModuleEntry>::size_type gdcm::NestedModuleEntries::SizeType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |