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

Method ComputeTemperature

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3486–3490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3484}
3485
3486vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeTemperature(vtkStructuredGrid* output)
3487{
3488 Functors::ComputeTemperatureFunctor func(this, output);
3489 return func.Execute();
3490}
3491
3492vtkDataArray* vtkMultiBlockPLOT3DReader::ComputePressure(vtkStructuredGrid* output)
3493{

Callers 1

MapFunctionMethod · 0.95

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected