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

Method ComputeVelocityMagnitude

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3510–3514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3508}
3509
3510vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeVelocityMagnitude(vtkStructuredGrid* output)
3511{
3512 Functors::ComputeVelocityMagnitudeFunctor func(this, output);
3513 return func.Execute();
3514}
3515
3516vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeEntropy(vtkStructuredGrid* output)
3517{

Callers 1

MapFunctionMethod · 0.95

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected