[Paraview-developers] Exodus Reader

David Thompson david.thompson at kitware.com
Wed Jul 18 22:11:31 EDT 2018


> ...
> I’m trying to debug a problem on a dataset that I can’t pass out of Sandia.  The issue is that with multiple files, when all blocks and sets are turned off, the blocks still appear.
>  
> Where is the point that the gui tells the reader whether to read sets and blocks?  I assume this is in vtkExodusIIReader.cxx? 

Yes.

> Where should I place a breakpoint to see what is being returned from the gui?

You can break in the SetObjectStatus method[1]. That should be what's called regardless of whether it is a block or set (the first argument is the object type).

    David

[1]: https://www.vtk.org/doc/nightly/html/classvtkExodusIIReader.html#aa29aa0ef3f0ab25c83738e17aef98613
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/paraview-developers/attachments/20180718/d144f4a5/attachment.html>


More information about the Paraview-developers mailing list