* Get the next IdList in the list. */
| 33 | * Get the next IdList in the list. |
| 34 | */ |
| 35 | vtkIdList* GetNextItem() { return static_cast<vtkIdList*>(this->GetNextItemAsObject()); } |
| 36 | |
| 37 | /** |
| 38 | * Get the ith IdList in the list. |
nothing calls this directly
no test coverage detected