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

Method ComputeSwirl

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3522–3526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3520}
3521
3522vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeSwirl(vtkStructuredGrid* output)
3523{
3524 Functors::ComputeSwirlFunctor func(this, output);
3525 return func.Execute();
3526}
3527
3528// Vector functions
3529vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeVelocity(vtkStructuredGrid* output)

Callers 1

MapFunctionMethod · 0.95

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected