------------------------------------------------------------------------------
| 573 | |
| 574 | //------------------------------------------------------------------------------ |
| 575 | vtkReebGraph::Implementation::vtkReebArc* vtkReebGraph::Implementation::GetArc(vtkIdType arcId) |
| 576 | { |
| 577 | return (this->MainArcTable.Buffer + arcId); |
| 578 | } |
| 579 | |
| 580 | //------------------------------------------------------------------------------ |
| 581 | vtkReebGraph::Implementation::vtkReebLabel* vtkReebGraph::Implementation::GetLabel( |
no outgoing calls