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