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

Method GetNumberOfConnectedComponents

Common/DataModel/vtkReebGraph.cxx:3177–3182  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3175
3176//------------------------------------------------------------------------------
3177int vtkReebGraph::Implementation::GetNumberOfConnectedComponents()
3178{
3179 if (!this->ArcLoopTable)
3180 this->FindLoops();
3181 return this->ConnectedComponentNumber;
3182}
3183
3184//------------------------------------------------------------------------------
3185int vtkReebGraph::Implementation::GetNumberOfNodes()

Callers 1

PrintSelfMethod · 0.80

Calls 1

FindLoopsMethod · 0.95

Tested by

no test coverage detected