| 
    VTK
    9.3.0
    
   | 
 
Go to the source code of this file.
| #define VTK_MODULE_AUTOINIT VTK_AUTOINIT | 
Definition at line 10 of file vtkAutoInit.h.
| #define VTK_AUTOINIT | ( | M | ) | VTK_AUTOINIT0(M, M##_AUTOINIT) | 
Definition at line 12 of file vtkAutoInit.h.
| #define VTK_AUTOINIT0 | ( | M, | |
| T | |||
| ) | VTK_AUTOINIT1(M, T) | 
Definition at line 13 of file vtkAutoInit.h.
| #define VTK_AUTOINIT1 | ( | M, | |
| T | |||
| ) | 
Definition at line 14 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_DECLARE_0 | ( | ) | 
Definition at line 25 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_DECLARE_1 | ( | t1 | ) | VTK_AUTOINIT_DECLARE_0() VTK_AUTOINIT_DECLARE(t1) | 
Definition at line 26 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_DECLARE_2 | ( | t1, | |
| t2 | |||
| ) | VTK_AUTOINIT_DECLARE_1(t1) VTK_AUTOINIT_DECLARE(t2) | 
Definition at line 27 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_DECLARE_3 | ( | t1, | |
| t2, | |||
| t3 | |||
| ) | VTK_AUTOINIT_DECLARE_2(t1, t2) VTK_AUTOINIT_DECLARE(t3) | 
Definition at line 28 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_DECLARE_4 | ( | t1, | |
| t2, | |||
| t3, | |||
| t4 | |||
| ) | VTK_AUTOINIT_DECLARE_3(t1, t2, t3) VTK_AUTOINIT_DECLARE(t4) | 
Definition at line 29 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_DECLARE_5 | ( | t1, | |
| t2, | |||
| t3, | |||
| t4, | |||
| t5 | |||
| ) | VTK_AUTOINIT_DECLARE_4(t1, t2, t3, t4) VTK_AUTOINIT_DECLARE(t5) | 
Definition at line 31 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_DECLARE_6 | ( | t1, | |
| t2, | |||
| t3, | |||
| t4, | |||
| t5, | |||
| t6 | |||
| ) | VTK_AUTOINIT_DECLARE_5(t1, t2, t3, t4, t5) VTK_AUTOINIT_DECLARE(t6) | 
Definition at line 33 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_DECLARE_7 | ( | t1, | |
| t2, | |||
| t3, | |||
| t4, | |||
| t5, | |||
| t6, | |||
| t7 | |||
| ) | VTK_AUTOINIT_DECLARE_6(t1, t2, t3, t4, t5, t6) VTK_AUTOINIT_DECLARE(t7) | 
Definition at line 35 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_DECLARE_8 | ( | t1, | |
| t2, | |||
| t3, | |||
| t4, | |||
| t5, | |||
| t6, | |||
| t7, | |||
| t8 | |||
| ) | VTK_AUTOINIT_DECLARE_7(t1, t2, t3, t4, t5, t6, t7) VTK_AUTOINIT_DECLARE(t8) | 
Definition at line 37 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_DECLARE_9 | ( | t1, | |
| t2, | |||
| t3, | |||
| t4, | |||
| t5, | |||
| t6, | |||
| t7, | |||
| t8, | |||
| t9 | |||
| ) | VTK_AUTOINIT_DECLARE_8(t1, t2, t3, t4, t5, t6, t7, t8) VTK_AUTOINIT_DECLARE(t9) | 
Definition at line 39 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_DECLARE | ( | M | ) | 
Definition at line 41 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_CONSTRUCT_0 | ( | ) | 
Definition at line 45 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_CONSTRUCT_1 | ( | t1 | ) | VTK_AUTOINIT_CONSTRUCT_0() VTK_AUTOINIT_CONSTRUCT(t1) | 
Definition at line 46 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_CONSTRUCT_2 | ( | t1, | |
| t2 | |||
| ) | VTK_AUTOINIT_CONSTRUCT_1(t1) VTK_AUTOINIT_CONSTRUCT(t2) | 
Definition at line 47 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_CONSTRUCT_3 | ( | t1, | |
| t2, | |||
| t3 | |||
| ) | VTK_AUTOINIT_CONSTRUCT_2(t1, t2) VTK_AUTOINIT_CONSTRUCT(t3) | 
Definition at line 48 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_CONSTRUCT_4 | ( | t1, | |
| t2, | |||
| t3, | |||
| t4 | |||
| ) | VTK_AUTOINIT_CONSTRUCT_3(t1, t2, t3) VTK_AUTOINIT_CONSTRUCT(t4) | 
Definition at line 50 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_CONSTRUCT_5 | ( | t1, | |
| t2, | |||
| t3, | |||
| t4, | |||
| t5 | |||
| ) | VTK_AUTOINIT_CONSTRUCT_4(t1, t2, t3, t4) VTK_AUTOINIT_CONSTRUCT(t5) | 
Definition at line 52 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_CONSTRUCT_6 | ( | t1, | |
| t2, | |||
| t3, | |||
| t4, | |||
| t5, | |||
| t6 | |||
| ) | VTK_AUTOINIT_CONSTRUCT_5(t1, t2, t3, t4, t5) VTK_AUTOINIT_CONSTRUCT(t6) | 
Definition at line 54 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_CONSTRUCT_7 | ( | t1, | |
| t2, | |||
| t3, | |||
| t4, | |||
| t5, | |||
| t6, | |||
| t7 | |||
| ) | VTK_AUTOINIT_CONSTRUCT_6(t1, t2, t3, t4, t5, t6) VTK_AUTOINIT_CONSTRUCT(t7) | 
Definition at line 56 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_CONSTRUCT_8 | ( | t1, | |
| t2, | |||
| t3, | |||
| t4, | |||
| t5, | |||
| t6, | |||
| t7, | |||
| t8 | |||
| ) | VTK_AUTOINIT_CONSTRUCT_7(t1, t2, t3, t4, t5, t6, t7) VTK_AUTOINIT_CONSTRUCT(t8) | 
Definition at line 58 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_CONSTRUCT_9 | ( | t1, | |
| t2, | |||
| t3, | |||
| t4, | |||
| t5, | |||
| t6, | |||
| t7, | |||
| t8, | |||
| t9 | |||
| ) | VTK_AUTOINIT_CONSTRUCT_8(t1, t2, t3, t4, t5, t6, t7, t8) VTK_AUTOINIT_CONSTRUCT(t9) | 
Definition at line 60 of file vtkAutoInit.h.
| #define VTK_AUTOINIT_CONSTRUCT | ( | M | ) | M##_AutoInit_Construct(); | 
Definition at line 62 of file vtkAutoInit.h.
| #define VTK_MODULE_INIT | ( | M | ) | 
Definition at line 77 of file vtkAutoInit.h.