------------------------------------------------------------------------------
| 46 | |
| 47 | //------------------------------------------------------------------------------ |
| 48 | unsigned int vtkDataObjectTree::GetNumberOfChildren() |
| 49 | { |
| 50 | return static_cast<unsigned int>(this->Internals->Children.size()); |
| 51 | } |
| 52 | |
| 53 | //------------------------------------------------------------------------------ |
| 54 | void vtkDataObjectTree::SetChild(unsigned int index, vtkDataObject* dobj) |
no test coverage detected