Note: These return mutable objects because const vtkObjects are unusable.
| 235 | |
| 236 | // Note: These return mutable objects because const vtkObjects are unusable. |
| 237 | const_iterator cend() const { return DataObjectTreeIterator{}; } |
| 238 | |
| 239 | private: |
| 240 | SmartIterator NewIterator() const |
no outgoing calls