------------------------------------------------------------------------------ * Dispatch a single array against all array types in the application-wide * vtkArrayDispatch::Arrays list. * The entry point is: * bool Dispatch::Execute(vtkDataArray *array, Worker &worker). */
| 215 | * bool Dispatch::Execute(vtkDataArray *array, Worker &worker). |
| 216 | */ |
| 217 | struct Dispatch; |
| 218 | |
| 219 | //------------------------------------------------------------------------------ |
| 220 | /** |
no outgoing calls
no test coverage detected