------------------------------------------------------------------------------
| 48 | |
| 49 | //------------------------------------------------------------------------------ |
| 50 | vtkGraph* vtkMutableGraphHelper::GetGraph() |
| 51 | { |
| 52 | return this->GetInternalGraph(); |
| 53 | } |
| 54 | |
| 55 | //------------------------------------------------------------------------------ |
| 56 | vtkIdType vtkMutableGraphHelper::AddVertex() |
no outgoing calls
no test coverage detected