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