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