VTK
9.1.0
|
Dispatch two arrays with the restriction that the type of the first array is in the ArrayList1 TypeList, and the second is in ArrayList2. More...
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 303 of file vtkArrayDispatch.h.