* Get the number of children of a vertex. */
| 61 | * Get the number of children of a vertex. |
| 62 | */ |
| 63 | vtkIdType GetNumberOfChildren(vtkIdType v) { return this->GetOutDegree(v); } |
| 64 | |
| 65 | /** |
| 66 | * Get the i-th child of a parent vertex. |
nothing calls this directly
no test coverage detected