[vtkusers] Suppress vtkOutputWindow

EvilMax maxim.privalov at gmail.com
Sun Jul 17 14:28:33 EDT 2011


Hi, Jothy!

Yes, here is example on Java:

vtkFileOutputWindow w = new vtkFileOutputWindow();
w.SetFileName("vtk_errors.txt");
w.SetInstance(w);

It will be similar in other supported languages.

--
View this message in context: http://vtk.1045678.n5.nabble.com/Suppress-vtkOutputWindow-tp4597026p4597051.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list