| 24 | } |
| 25 | |
| 26 | vtkLight* vtkLightCollection::GetNextLight(vtkCollectionSimpleIterator& cookie) |
| 27 | { |
| 28 | return static_cast<vtkLight*>(this->GetNextItemAsObject(cookie)); |
| 29 | } |
| 30 | |
| 31 | //------------------------------------------------------------------------------ |
| 32 | void vtkLightCollection::PrintSelf(ostream& os, vtkIndent indent) |
no test coverage detected