VTK  9.4.20241016
vtkArrayDispatch::DispatchByValueTypeUsingArrays< ArrayList, ValueTypeList > Struct Template Reference

Dispatch a single array against all array types in the application-wide vtkArrayDispatch::Arrays list with the added restriction that the array must have a type that appears the ValueTypeList TypeList. More...

Detailed Description

template<typename ArrayList, typename ValueTypeList>
struct vtkArrayDispatch::DispatchByValueTypeUsingArrays< ArrayList, ValueTypeList >

Dispatch a single array against all array types in the application-wide vtkArrayDispatch::Arrays list with the added restriction that the array must have a type that appears the ValueTypeList TypeList.

The entry point is: bool DispatchByValueType<...>::Execute(vtkDataArray *array, Worker &worker).

Definition at line 261 of file vtkArrayDispatch.h.


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