-----------------------------------------------------------------------------
| 1659 | |
| 1660 | //----------------------------------------------------------------------------- |
| 1661 | vtkMTimeType vtkCompositePolyDataMapper::GetMTime() |
| 1662 | { |
| 1663 | if (this->CompositeAttributes) |
| 1664 | { |
| 1665 | return std::max(this->Superclass::GetMTime(), this->CompositeAttributes->GetMTime()); |
| 1666 | } |
| 1667 | return this->Superclass::GetMTime(); |
| 1668 | } |
| 1669 | VTK_ABI_NAMESPACE_END |
no test coverage detected