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

Method ComputeVelocity

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3529–3533  ·  view source on GitHub ↗

Vector functions

Source from the content-addressed store, hash-verified

3527
3528// Vector functions
3529vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeVelocity(vtkStructuredGrid* output)
3530{
3531 Functors::ComputeVelocityFunctor func(this, output);
3532 return func.Execute();
3533}
3534
3535vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeVorticity(vtkStructuredGrid* output)
3536{

Callers 2

MapFunctionMethod · 0.95

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected