VTK
|
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...
#include <vtkArrayDispatch.h>
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 216 of file vtkArrayDispatch.h.