VTK
9.1.0
|
Go to the source code of this file.
#define VTK_MODULE_AUTOINIT VTK_AUTOINIT |
Definition at line 21 of file vtkAutoInit.h.
#define VTK_AUTOINIT | ( | M | ) | VTK_AUTOINIT0(M, M##_AUTOINIT) |
Definition at line 23 of file vtkAutoInit.h.
#define VTK_AUTOINIT0 | ( | M, | |
T | |||
) | VTK_AUTOINIT1(M, T) |
Definition at line 24 of file vtkAutoInit.h.
#define VTK_AUTOINIT1 | ( | M, | |
T | |||
) |
Definition at line 25 of file vtkAutoInit.h.
#define VTK_AUTOINIT_DECLARE_0 | ( | ) |
Definition at line 36 of file vtkAutoInit.h.
#define VTK_AUTOINIT_DECLARE_1 | ( | t1 | ) | VTK_AUTOINIT_DECLARE_0() VTK_AUTOINIT_DECLARE(t1) |
Definition at line 37 of file vtkAutoInit.h.
#define VTK_AUTOINIT_DECLARE_2 | ( | t1, | |
t2 | |||
) | VTK_AUTOINIT_DECLARE_1(t1) VTK_AUTOINIT_DECLARE(t2) |
Definition at line 38 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 39 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 40 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 42 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 44 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 46 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 48 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 50 of file vtkAutoInit.h.
#define VTK_AUTOINIT_DECLARE | ( | M | ) | void M##_AutoInit_Construct(); |
Definition at line 52 of file vtkAutoInit.h.
#define VTK_AUTOINIT_CONSTRUCT_0 | ( | ) |
Definition at line 54 of file vtkAutoInit.h.
#define VTK_AUTOINIT_CONSTRUCT_1 | ( | t1 | ) | VTK_AUTOINIT_CONSTRUCT_0() VTK_AUTOINIT_CONSTRUCT(t1) |
Definition at line 55 of file vtkAutoInit.h.
#define VTK_AUTOINIT_CONSTRUCT_2 | ( | t1, | |
t2 | |||
) | VTK_AUTOINIT_CONSTRUCT_1(t1) VTK_AUTOINIT_CONSTRUCT(t2) |
Definition at line 56 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 57 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 59 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 61 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 63 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 65 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 67 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 69 of file vtkAutoInit.h.
#define VTK_AUTOINIT_CONSTRUCT | ( | M | ) | M##_AutoInit_Construct(); |
Definition at line 71 of file vtkAutoInit.h.
#define VTK_MODULE_INIT | ( | M | ) |
Definition at line 86 of file vtkAutoInit.h.