[Paraview] Reader ctors called multiple times?
Vanmoer, Mark W
mvanmoer at illinois.edu
Mon Aug 4 17:31:37 EDT 2014
Ah, is it because the exeutive's ProcessRequest is doing all three of REQUEST_DATA, REQUEST_INFORMATION, and REQUEST_DATA_OBJECT ?
From: Vanmoer, Mark W
Sent: Monday, August 04, 2014 4:04 PM
To: paraview
Subject: Reader ctors called multiple times?
Hello ParaView,
I've inherited a project that writes plugins for ParaView 3.14.1, serial. While debugging I found out that the constructor for one of this project's file readers is called 3 times when loading a file. I thought this was odd, so I tried setting a break point on vtkUnstructuredGridReader's ctor and discovered that it's called twice. However, a constructor for vtk source plugin that I wrote is only called once, as I would have guessed for the others.
Is it normal for readers to have their constructors called multiple times when loading a file?
Thanks,
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20140804/35a9c0a0/attachment.html>
More information about the ParaView
mailing list