| VTK
    9.0.1
    | 
Dispatch two arrays, restricting the valid code paths to use ValueType-filtered versions of the application-wide vtkArrayDispatch::Arrays TypeList. More...
#include <vtkArrayDispatch.h>
Dispatch two arrays, restricting the valid code paths to use ValueType-filtered versions of the application-wide vtkArrayDispatch::Arrays TypeList.
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 first two template parameters. The entry point is: bool Dispatch2ByValueType<...>::Execute(vtkDataArray *a1, vtkDataArray *a2, Worker &worker).
Definition at line 300 of file vtkArrayDispatch.h.
 1.8.17
 1.8.17