VTK  9.3.20240329
vtkArrayDispatch::Dispatch2ByArray< ArrayList1, ArrayList2 > Struct Template Reference

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...

Detailed Description

template<typename ArrayList1, typename ArrayList2>
struct vtkArrayDispatch::Dispatch2ByArray< ArrayList1, ArrayList2 >

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 299 of file vtkArrayDispatch.h.


The documentation for this struct was generated from the following file: