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

Method GetNumberOfLoops

Common/DataModel/vtkReebGraph.cxx:3349–3354  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3347
3348//------------------------------------------------------------------------------
3349int vtkReebGraph::Implementation::GetNumberOfLoops()
3350{
3351 if (!this->ArcLoopTable)
3352 this->FindLoops();
3353 return this->LoopNumber - this->RemovedLoopNumber;
3354}
3355
3356//------------------------------------------------------------------------------
3357inline vtkIdType vtkReebGraph::Implementation::AddArc(vtkIdType nodeId0, vtkIdType nodeId1)

Callers 1

PrintSelfMethod · 0.80

Calls 1

FindLoopsMethod · 0.95

Tested by

no test coverage detected