MCPcopy Create free account
hub / github.com/Kitware/VTK / Dispatch

Class Dispatch

Common/Core/vtkArrayDispatch.h:217–217  ·  view source on GitHub ↗

------------------------------------------------------------------------------ * 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). */

Source from the content-addressed store, hash-verified

215 * bool Dispatch::Execute(vtkDataArray *array, Worker &worker).
216 */
217struct Dispatch;
218
219//------------------------------------------------------------------------------
220/**

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected