[vtkusers] Moving an actor, after about 1.5 hours.

Cory Quammen cory.quammen at kitware.com
Wed Aug 3 11:05:48 EDT 2016


Richard,

Thanks for your report.

You may be interested in Ken Martin's topic on this subject:
https://gitlab.kitware.com/vtk/vtk/merge_requests/1724

Best,
Cory

On Tue, Aug 2, 2016 at 4:37 PM, Richard Frank <rickfrank at me.com> wrote:

> 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.
>
> Thanks
>
> Rick
>
>
> On Mar 07, 2016, at 10:07 AM, David Gobbi <david.gobbi at gmail.com> wrote:
>
> On Mon, Mar 7, 2016 at 6:43 AM, Richard Frank <rickfrank at me.com> wrote:
>
>>
>> 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.
>>
>
> 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).
>
> 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.....
>>
>
> 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.
>
>
>> Also, why the runtime hit on a 64 bit build?.
>>
>
> What are you referring to? (I rarely use Windows, and when I do, I use
> 32-bit builds).
>
>  - David
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>


-- 
Cory Quammen
R&D Engineer
Kitware, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160803/bba8722d/attachment.html>


More information about the vtkusers mailing list