Hi everyone,<br><br>I am having a problem with the vtkTransform that I am passing to a vtkImageReslice object.<br><br>The transform is supposed to scale the object by a specific factor. The problem is that the transform does not seem to work on the original data. For example, if I scale the original image by a factor of 
2.0 first and then through UI set the scale factor 3.0... I want the scaling to be 3.0 on the original object but the transformation seems to work on the previous scaling and thus scales my object by 6.0 rather than 3.0...
.<br><br>I hope I worded the problem clearly enough... if anyone has any idea. I would really appreciate it...<br><br>Thanks,<br><br>Luca<br>