------------------------------------------------------------------------------
| 421 | |
| 422 | //------------------------------------------------------------------------------ |
| 423 | vtkDataObjectTreeInternals* vtkDataObjectTreeIterator::GetInternals(vtkDataObjectTree* cd) |
| 424 | { |
| 425 | if (cd) |
| 426 | { |
| 427 | return cd->Internals; |
| 428 | } |
| 429 | |
| 430 | return nullptr; |
| 431 | } |
| 432 | |
| 433 | //------------------------------------------------------------------------------ |
| 434 | void vtkDataObjectTreeIterator::PrintSelf(ostream& os, vtkIndent indent) |
no outgoing calls
no test coverage detected