VTK  9.1.0
vtkArrayDispatch::DispatchByValueType< 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 ValueTypeList>
struct vtkArrayDispatch::DispatchByValueType< 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 269 of file vtkArrayDispatch.h.


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