I'm using vtkGDCMImageReader. When I add many files through SetFileNames() and then call Update() it takes long time to process. How can I implement progress indication? When I connect progress event using AddObserver( vtkCommand::ProgressEvent, progressCallbak, 1 ); I'm getting only two events: progress==0.0 and progress==1.0