Description: Helper method used by vtkInternals to get access to the internals of vtkDataObjectTree.
| 244 | // Helper method used by vtkInternals to get access to the internals of |
| 245 | // vtkDataObjectTree. |
| 246 | vtkDataObjectTreeInternals* GetInternals(vtkDataObjectTree* cd) |
| 247 | { |
| 248 | return this->CompositeDataIterator->GetInternals(cd); |
| 249 | } |
| 250 | |
| 251 | vtkInternals() { this->Iterator = new vtkIterator(this); } |
| 252 | ~vtkInternals() |
nothing calls this directly
no test coverage detected