[vtkusers] Suppress vtkOutputWindow

John Drescher drescherjm at gmail.com
Sun Jul 17 16:33:07 EDT 2011


> Yes, here is example on Java:
>
> vtkFileOutputWindow w = new vtkFileOutputWindow();
> w.SetFileName("vtk_errors.txt");
> w.SetInstance(w);
>

I had a similar need on new code I just added to my application on
Friday. Thanks.

John



More information about the vtkusers mailing list