<div dir="ltr">Hi,<div><br></div><div>I'm doing vtkImageFlip and I'm getting an error (attached).</div><div><br></div><div>It seems to be tied to DavidCole, not sure how that got there.</div><div><br></div><div>Here's my code, it works fine the first time is ran, then if I try to run again in the same session I get this strange error.</div>
<div><br></div><div><div> vtkImageFlip flip = new vtkImageFlip();</div><div> flip.SetInputConnection(readerdicom.GetOutputPort());</div><div> flip.SetFilteredAxis(2);</div><div> flip.Update(); //If ran 2 times it gives an error (attached)</div>
</div><div><br></div><div>any hints?</div></div>