VTK
9.5.20251011
|
Dispatch two arrays, restricting the valid code paths to use only array types found in ArrayList that have a ValueType contained in the ValueTypeList TypeList. More...
Dispatch two arrays, restricting the valid code paths to use only array types found in ArrayList that have a ValueType contained in the ValueTypeList TypeList.
This dispatcher also enforces that all arrays have the same ValueType. If all types are to be considered, use vtkArrayDispatch::AllTypes for the last template parameter. The entry point is: bool Dispatch2ByArrayAndSameValueType<...>::Execute( vtkDataArray *a1, vtkDataArray *a2, Worker &worker).
Definition at line 389 of file vtkArrayDispatch.h.