The SetMacro and GetMacro definitions should be removed as they potentially conflict with other libraries. Instead, use irtkSetMacro and irtkGetMacro (or possibly even better, irtkPublicAttributeMacro to declare the attribute in the first place). These macros are defined in irtkObject.h.
The SetMacro and GetMacro definitions should be removed as they potentially conflict with other libraries. Instead, use irtkSetMacro and irtkGetMacro (or possibly even better, irtkPublicAttributeMacro to declare the attribute in the first place). These macros are defined in
irtkObject.h.