Re: [Paraview] vtkStructuredGrid not showing

2014-06-05 Thread David E DeMarle
I think you are just missing that you should set WholeExtent in the RequestInformation pass. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed, Jun 4, 2014 at 3:15 AM, Andrew Ho andre...@uw.edu wrote: Hi, I'm having some

[Paraview] vtkStructuredGrid not showing

2014-06-04 Thread Andrew Ho
Hi, I'm having some issues getting a structured grid to be rendered in ParaView with a plugin I'm writing. What I have is my own class extending vtkStructuredGridAlgorithm. My RequestData method: http://pastebin.com/uxSk3n5b I'm pretty sure that my generation code is working correctly as I can