BUG: vtkTable MTime would sometimes not be affected at all on ShallowCopy or
DeepCopy. This was causing issues with ParaView when plotting. Fixed that by explicitly calling Modified() in these methods. We may want to investigate simply moving this Modified() call to vtkDataObject.
Please register or sign in to comment