Skip to content
  • David Gobbi's avatar
    16130: Fix inconsistency in vtkImageSliceCollection. · ef167355
    David Gobbi authored
    The Bottom member of vtkCollection was not updated if the added slice
    replaced the previous bottom slice of the collection.  This caused an
    inconsistency in the data structure which could lead to a crash in
    subsequent operations.  I have rewritten the insertion code to reduce
    its complexity.
    ef167355