------------------------------------------------------------------------------
| 39 | |
| 40 | //------------------------------------------------------------------------------ |
| 41 | void vtkDataObjectTree::SetNumberOfChildren(unsigned int num) |
| 42 | { |
| 43 | this->Internals->Children.resize(num); |
| 44 | this->Modified(); |
| 45 | } |
| 46 | |
| 47 | //------------------------------------------------------------------------------ |
| 48 | unsigned int vtkDataObjectTree::GetNumberOfChildren() |
no test coverage detected