VTK  9.5.20251011
vtkArrayDispatch::DispatchByArrayAndValueType< ArrayList, ValueTypeList > Struct Template Reference

Dispatch a single array against all array types in ArrayList 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::DispatchByArrayAndValueType< ArrayList, ValueTypeList >

Dispatch a single array against all array types in ArrayList with the added restriction that the array must have a type that appears the ValueTypeList TypeList.

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

Definition at line 271 of file vtkArrayDispatch.h.


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