This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | gdcmTypeMacro(type) |
#define | gdcmNewMacro(type) |
#define | GDCM_LEGACY(method) method; |
#define | GDCM_LEGACY_BODY(method, version) gdcmWarningMacro(#method " was deprecated for gdcm" #version " and will be removed in a future version.") |
#define | GDCM_LEGACY_REPLACED_BODY(method, version, replace) gdcmWarningMacro(#method " was deprecated for gdcm" #version " and will be removed in a future version. Use " #replace " instead.") |
|
Definition at line 63 of file gdcmMacro.h. |
|
Definition at line 84 of file gdcmMacro.h. |
|
Definition at line 86 of file gdcmMacro.h. |
|
Value: public : \ static type *New() {return new type(); } Definition at line 28 of file gdcmMacro.h. |
|
Value: private : \ type(type &); /* Not implemented */ \ type &operator=(type &) Definition at line 23 of file gdcmMacro.h. |