Skip to content
  • Julien Finet's avatar
    Speedup vtkCollection::RemoveItem(vtkObject*) · 573ae504
    Julien Finet authored
    To remove an item from its object, the list was browsed twice:
    once in vtkCollection::RemoveItem(vtkObject*) to find the object index and
    once in vtkCollection::RemoveItem(int) to remove the element.
    
    Change-Id: I66775509aec36eda435b95bbbe3c94a6aa3ef586
    573ae504