|
TTK
|
Go to the source code of this file.
Macros | |
| #define | TTK_COMMA , |
| #define | ttkSetEnumMacro(name, enumType) |
| #define | ttkVtkTemplateMacroCase( dataType, triangulationType, triangulationClass, call) |
| #define | ttkVtkTemplateMacro(dataType, triangulationType, call) |
| #define | ttkVtkTemplate2MacroCase2( triangulationClass1, triangulationType2, triangulationClass2, call) |
| #define | ttkVtkTemplate2MacroCase1( triangulationType1, triangulationClass1, triangulationType2, call) |
| #define | ttkVtkTemplate2Macro(triangulationType1, triangulationType2, call) |
| #define | ttkTemplate2IdMacro(call) |
| #define | vtkTemplate2MacroCase1(type1N, type1, call) |
| #define | vtkTemplate2MacroCase2(type1N, type1, type2N, type2, call) |
| #define | ttkTypeMacroErrorCase(idx, type) |
| #define | ttkTypeMacroCase(enum, type, number, call) |
| #define | ttkTypeMacroT(group, call) |
| #define | ttkTypeMacroR(group, call) |
| #define | ttkTypeMacroI(group, call) |
| #define | ttkTypeMacroA(group, call) |
| #define | ttkTypeMacroAT(group0, group1, call) |
| #define | ttkTypeMacroRT(group0, group1, call) |
| #define | ttkTypeMacroIT(group0, group1, call) |
| #define | ttkTypeMacroAI(group0, group1, call) |
| #define | ttkTypeMacroRR(group0, group1, call) |
| #define | ttkTypeMacroAA(group0, group1, call) |
| #define | ttkTypeMacroAAA(group0, group1, group2, call) |
| #define | ttkTypeMacroAII(group0, group1, group2, call) |
| #define | ttkTypeMacroRRR(group0, group1, group2, call) |
| #define | ttkTypeMacroRRI(group0, group1, group2, call) |
Typedefs | |
| using | ttkSimplexIdTypeArray = vtkIntArray |
| #define TTK_COMMA , |
Definition at line 6 of file ttkMacros.h.
| #define ttkSetEnumMacro | ( | name, | |
| enumType | |||
| ) |
Definition at line 38 of file ttkMacros.h.
| #define ttkTemplate2IdMacro | ( | call | ) |
Definition at line 142 of file ttkMacros.h.
| #define ttkTypeMacroA | ( | group, | |
| call | |||
| ) |
Definition at line 234 of file ttkMacros.h.
| #define ttkTypeMacroAA | ( | group0, | |
| group1, | |||
| call | |||
| ) |
Definition at line 357 of file ttkMacros.h.
| #define ttkTypeMacroAAA | ( | group0, | |
| group1, | |||
| group2, | |||
| call | |||
| ) |
Definition at line 380 of file ttkMacros.h.
| #define ttkTypeMacroAI | ( | group0, | |
| group1, | |||
| call | |||
| ) |
Definition at line 341 of file ttkMacros.h.
| #define ttkTypeMacroAII | ( | group0, | |
| group1, | |||
| group2, | |||
| call | |||
| ) |
Definition at line 406 of file ttkMacros.h.
| #define ttkTypeMacroAT | ( | group0, | |
| group1, | |||
| call | |||
| ) |
Definition at line 272 of file ttkMacros.h.
| #define ttkTypeMacroCase | ( | enum, | |
| type, | |||
| number, | |||
| call | |||
| ) |
Definition at line 189 of file ttkMacros.h.
| #define ttkTypeMacroErrorCase | ( | idx, | |
| type | |||
| ) |
Definition at line 183 of file ttkMacros.h.
| #define ttkTypeMacroI | ( | group, | |
| call | |||
| ) |
Definition at line 219 of file ttkMacros.h.
| #define ttkTypeMacroIT | ( | group0, | |
| group1, | |||
| call | |||
| ) |
Definition at line 318 of file ttkMacros.h.
| #define ttkTypeMacroR | ( | group, | |
| call | |||
| ) |
Definition at line 212 of file ttkMacros.h.
| #define ttkTypeMacroRR | ( | group0, | |
| group1, | |||
| call | |||
| ) |
Definition at line 350 of file ttkMacros.h.
| #define ttkTypeMacroRRI | ( | group0, | |
| group1, | |||
| group2, | |||
| call | |||
| ) |
Definition at line 425 of file ttkMacros.h.
| #define ttkTypeMacroRRR | ( | group0, | |
| group1, | |||
| group2, | |||
| call | |||
| ) |
Definition at line 416 of file ttkMacros.h.
| #define ttkTypeMacroRT | ( | group0, | |
| group1, | |||
| call | |||
| ) |
Definition at line 295 of file ttkMacros.h.
| #define ttkTypeMacroT | ( | group, | |
| call | |||
| ) |
Definition at line 195 of file ttkMacros.h.
| #define ttkVtkTemplate2Macro | ( | triangulationType1, | |
| triangulationType2, | |||
| call | |||
| ) |
Definition at line 120 of file ttkMacros.h.
| #define ttkVtkTemplate2MacroCase1 | ( | triangulationType1, | |
| triangulationClass1, | |||
| triangulationType2, | |||
| call | |||
| ) |
Definition at line 95 of file ttkMacros.h.
| #define ttkVtkTemplate2MacroCase2 | ( | triangulationClass1, | |
| triangulationType2, | |||
| triangulationClass2, | |||
| call | |||
| ) |
Definition at line 87 of file ttkMacros.h.
| #define ttkVtkTemplateMacro | ( | dataType, | |
| triangulationType, | |||
| call | |||
| ) |
Definition at line 69 of file ttkMacros.h.
| #define ttkVtkTemplateMacroCase | ( | dataType, | |
| triangulationType, | |||
| triangulationClass, | |||
| call | |||
| ) |
Definition at line 62 of file ttkMacros.h.
| #define vtkTemplate2MacroCase1 | ( | type1N, | |
| type1, | |||
| call | |||
| ) |
Definition at line 152 of file ttkMacros.h.
| #define vtkTemplate2MacroCase2 | ( | type1N, | |
| type1, | |||
| type2N, | |||
| type2, | |||
| call | |||
| ) |
Definition at line 173 of file ttkMacros.h.
| using ttkSimplexIdTypeArray = vtkIntArray |
Definition at line 11 of file ttkMacros.h.