Go to the documentation of this file.
156 #ifndef vtkArrayDispatch_h
157 #define vtkArrayDispatch_h
159 #include "vtkArrayDispatchArrayList.h"
160 #include "vtkConfigure.h"
175 vtkTypeList_Create_12(
char,
int,
long,
long long,
short,
signed char,
176 unsigned char,
unsigned int,
unsigned long,
177 unsigned long long,
unsigned short,
vtkIdType)
201 template <
typename ArrayList>
212 template <
typename ValueTypeList>
234 struct Dispatch2SameValueType;
265 typename ValueTypeList1,
266 typename ValueTypeList2
299 template <
typename ValueTypeList>
321 struct Dispatch3SameValueType;
355 typename ValueTypeList1,
356 typename ValueTypeList2,
357 typename ValueTypeList3
391 template <
typename ValueTypeList>
399 template <
typename ArrayList,
typename ValueList>
404 #include "vtkArrayDispatch.txx"
406 #endif // vtkArrayDispatch_h
Dispatch three arrays with the restriction that the type of the first array is in the ArrayList1 Type...
vtkTypeList::Unique< vtkTypeList_Create_12(char, int, long, long long, short, signed char, unsigned char, unsigned int, unsigned long, unsigned long long, unsigned short, vtkIdType) >::Result Integrals
A Typelist containing all integral ValueTypes.
Dispatch three arrays, restricting the valid code paths to use only array types found in application-...
Dispatch two arrays, restricting the valid code paths to use only array types found in application-wi...
Dispatch a single array against all array types mentioned in the ArrayList template parameter.
Dispatch three arrays, restricting the valid code paths to use ValueType-filtered versions of the app...
Remove all duplicate types from TypeList TList, storing the new list in Result.
Dispatch two arrays with the restriction that the type of the first array is in the ArrayList1 TypeLi...
Filter the ArrayList to contain only arrays with ArrayType::ValueType that exist in ValueList.
typedef vtkTypeList_Create_2(double, float) Reals
A TypeList containing all real ValueTypes.
Dispatch two arrays, restricting the valid code paths to use only array types specified in the ArrayL...
vtkTypeList::Append< Reals, Integrals >::Result AllTypes
A Typelist containing all standard VTK array ValueTypes.
Appends type T to TypeList TList and stores the result in Result.
Dispatch three arrays, restricting the valid code paths to use only array types specified in the Arra...
Dispatch two arrays, restricting the valid code paths to use ValueType-filtered versions of the appli...
Dispatch a single array against all array types in the application-wide vtkArrayDispatch::Arrays list...