Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

gdcmMacro.h File Reference

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.")


Define Documentation

#define GDCM_LEGACY method   )     method
 

Definition at line 63 of file gdcmMacro.h.

#define GDCM_LEGACY_BODY method,
version   )     gdcmWarningMacro(#method " was deprecated for gdcm" #version " and will be removed in a future version.")
 

Definition at line 84 of file gdcmMacro.h.

#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 86 of file gdcmMacro.h.

#define gdcmNewMacro type   ) 
 

Value:

public : \
      static type *New() {return new type(); }

Definition at line 28 of file gdcmMacro.h.

#define gdcmTypeMacro type   ) 
 

Value:

private : \
      type(type &); /* Not implemented */ \
      type &operator=(type &)

Definition at line 23 of file gdcmMacro.h.


Generated on Fri Jan 20 10:14:28 2006 for gdcm by  doxygen 1.4.4