|
VTK
9.7.20260731
|
Dispatch two arrays with the restriction that the type of the first array is in the ArrayList1 TypeList, and the second is in ArrayList2.
If all application-wide arrays are desired, use vtkArrayDispatch::Arrays for the first two template parameters. The entry point is: bool Dispatch2ByArray<...>::Execute(vtkDataArray *a1, vtkDataArray *a2, Worker &worker).
Definition at line 320 of file vtkArrayDispatch.h.