VTK  9.3.20240328
vtkArrayDispatch::Dispatch2ByArrayWithSameValueType< ArrayList1, ArrayList2 > Struct Template Reference

Dispatch two arrays, restricting the valid code paths to use only array types specified in the ArrayList TypeList, additionally enforcing that all arrays must have the same ValueType. More...

Detailed Description

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

Dispatch two arrays, restricting the valid code paths to use only array types specified in the ArrayList TypeList, additionally enforcing that all arrays must have the same ValueType.

If all application-wide arrays are desired, use vtkArrayDispatch::Arrays for the first two template parameters. The entry point is: bool Dispatch2ByArrayWithSameValueType<...>::Execute( vtkDataArray *a1, vtkDataArray *a2, Worker &worker).

Definition at line 330 of file vtkArrayDispatch.h.


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