------------------------------------------------------------------------------
| 45 | |
| 46 | //------------------------------------------------------------------------------ |
| 47 | vtkDataArray* vtkDataArrayCollectionIterator::GetDataArray() |
| 48 | { |
| 49 | return static_cast<vtkDataArray*>(this->GetCurrentObject()); |
| 50 | } |
| 51 | VTK_ABI_NAMESPACE_END |
nothing calls this directly
no test coverage detected