------------------------------------------------------------------------------
| 579 | |
| 580 | //------------------------------------------------------------------------------ |
| 581 | vtkReebGraph::Implementation::vtkReebLabel* vtkReebGraph::Implementation::GetLabel( |
| 582 | vtkIdType labelId) |
| 583 | { |
| 584 | return (this->MainLabelTable.Buffer + labelId); |
| 585 | } |
| 586 | |
| 587 | //------------------------------------------------------------------------------ |
| 588 | void vtkReebGraph::Implementation::CollapseVertex(vtkIdType N, vtkReebNode* n) |
no outgoing calls
no test coverage detected