[Paraview] python function documentation?

Peter Brady petertbrady at gmail.com
Sat Apr 11 11:25:39 EDT 2009


Try the vtk documentation.  I think this page might be what you're looking for.

http://www.vtk.org/doc/nightly/html/classvtkImageWriter.html

Hope that helps,
Peter.

On Sat, Apr 11, 2009 at 7:57 AM, David Doria <daviddoria at gmail.com> wrote:
> I am doing something like this:
>
> --------------
> view=servermanager.CreateRenderView()
> #render something
> view.WriteImage("top.png", "vtkPNGWriter")
> --------------
>
> I can find help with
> help(servermanager)
> or
> help(servermanager.CreateRenderView)
>
> but not with
>
> help(servermanager.CreateRenderView.WriteImage)
>
> I was trying to figure out how to change the image size or see what other
> writes are available, things like that. I can't seem to find documentation.
> I found this:
> http://www.paraview.org/doc/nightly/html/classvtkPVRenderView.html
>
> But it doesn't have a WriteImage() function, so I guess I'm not in the right
> place?
>
> Can someone point me in the right direction?
>
> Thanks,
>
> 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 ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list