<html><body><div>And to add (so that others searching the list will find it) anyone doing interventional medical imaging with VTK on Windows would be best advised to move the time variable to 64 bits, or you will have animation/ rendering problems.</div><div><br data-mce-bogus="1"></div><div>Thanks</div><div><br data-mce-bogus="1"></div><div>Rick</div><div><br data-mce-bogus="1"></div><div><br>On Mar 07, 2016, at 10:07 AM, David Gobbi <david.gobbi@gmail.com> wrote:<br><br></div><div><blockquote type="cite"><div class="msg-quote"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Mar 7, 2016 at 6:43 AM, Richard Frank <span dir="ltr"><<a href="mailto:rickfrank@me.com" data-mce-href="mailto:rickfrank@me.com">rickfrank@me.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;" data-mce-style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;"><div dir="auto"><div><br>Not yet. That will be next step. Seems plausible since I can't  find after quite a bit of testing any leaks, OpenGL errors reported, and testing on different systems with different Nvidia cards. etc, and tracing into VTK ( although trying to trace through all the calls to executive, algorithm, superclass, etc is quite cumbersome). Things just fail to move, silently.</div></div></blockquote><div><br></div><div>As far as I'm aware, the only reason that VTK hasn't yet switched to a 64-bit MTime everywhere is that there would be backwards compatibility problems (GetMTime is a virtual method that is overridden in many subclasses).</div><div><br></div><blockquote class="gmail_quote" style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;" data-mce-style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;"><div dir="auto"><div>I found another post where someone had a slightly similar problem and said removing and re-adding actors fixed the problem, which we also seem to see.....</div></div></blockquote><div><br></div><div>The VTK pipeline uses the difference between timestamps to as an indicator for when to undertake certain actions.  So it is likely that problems only arise when this "difference" between two crucial timestamps exceeds the 32-bit limit.  That's why re-adding actors might fix the problem.</div><div> </div><blockquote class="gmail_quote" style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;" data-mce-style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;"><div dir="auto"><div>Also, why the runtime hit on a 64 bit build?.</div></div></blockquote><div><br></div><div>What are you referring to? (I rarely use Windows, and when I do, I use 32-bit builds).</div><div><br></div><div> - David </div></div></div></div></div></blockquote></div></body></html>