VTK
9.3.1
|
Dispatch two arrays, restricting the valid code paths to use only arrays that have the same ValueType. More...
#include <vtkArrayDispatch.h>
Dispatch two arrays, restricting the valid code paths to use only arrays that have the same ValueType.
All application-wide arrays in vtkArrayDispatch::Arrays are used. The entry point is: bool Dispatch2SameValueType::Execute( vtkDataArray *a1, vtkDataArray *a2, Worker &worker).
Definition at line 266 of file vtkArrayDispatch.h.