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

Method ComputeMetric

Common/DataModel/vtkReebGraphSimplificationMetric.cxx:32–38  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

30
31//------------------------------------------------------------------------------
32double vtkReebGraphSimplificationMetric::ComputeMetric(vtkDataSet* vtkNotUsed(mesh),
33 vtkDataArray* vtkNotUsed(scalarField), vtkIdType vtkNotUsed(startCriticalPoint),
34 vtkAbstractArray* vtkNotUsed(vertexList), vtkIdType vtkNotUsed(endCriticalPoint))
35{
36 vtk::print("too bad, wrong code\n");
37 return 0;
38}
39VTK_ABI_NAMESPACE_END

Callers 1

ComputeCustomMetricMethod · 0.45

Calls 1

printFunction · 0.50

Tested by

no test coverage detected