|
Slicer
4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include "vtkAddon.h"

Go to the source code of this file.
Macros | |
| #define | vtkInfoMacro(x) vtkInfoWithObjectMacro(this,x); |
| #define | vtkInfoWithObjectMacro(self, x) |
| #define | vtkInfoWithoutObjectMacro(x) |
| #define vtkInfoMacro | ( | x | ) | vtkInfoWithObjectMacro(this,x); |
Definition at line 61 of file vtkLoggingMacros.h.
| #define vtkInfoWithObjectMacro | ( | self, | |
| x | |||
| ) |
Definition at line 34 of file vtkLoggingMacros.h.
| #define vtkInfoWithoutObjectMacro | ( | x | ) |
Definition at line 48 of file vtkLoggingMacros.h.
1.8.13