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

Method ComputeEntropy

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3516–3520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3514}
3515
3516vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeEntropy(vtkStructuredGrid* output)
3517{
3518 Functors::ComputeEntropyFunctor func(this, output);
3519 return func.Execute();
3520}
3521
3522vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeSwirl(vtkStructuredGrid* output)
3523{

Callers 1

MapFunctionMethod · 0.95

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected