----------------------------------------------------------------------------
| 68 | |
| 69 | //---------------------------------------------------------------------------- |
| 70 | inline vtkTransform* vtkTransformCollection::GetNextItem() |
| 71 | { |
| 72 | return static_cast<vtkTransform*>(this->GetNextItemAsObject()); |
| 73 | } |
| 74 | |
| 75 | VTK_ABI_NAMESPACE_END |
| 76 | #endif |
nothing calls this directly
no test coverage detected