VTK
9.5.20251011
|
Dispatch two arrays, restricting the valid code paths to use ValueType-filtered versions of the ArrayList1 and ArrayList2 TypeLists. More...
Dispatch two arrays, restricting the valid code paths to use ValueType-filtered versions of the ArrayList1 and ArrayList2 TypeLists.
The first array's ValueType must be in the ValueTypeList1 TypeList, and the second's must be in ValueTypeList2. If all types are to be considered, use vtkArrayDispatch::AllTypes for the last two template parameters. The entry point is: bool Dispatch2ByArrayAndValueType<...>::Execute(vtkDataArray *a1, vtkDataArray *a2, Worker &worker).
Definition at line 311 of file vtkArrayDispatch.h.