[vtkusers] (no subject)

Rasmus Reinhold Paulsen rrp at imm.dtu.dk
Fri Jul 12 09:31:32 EDT 2002


On Fri, 12 Jul 2002, Andres Barrera wrote:

>    I one of my processes VTK opens a vtkOutputWindow for showing me a 
> "Warning". I know about it, so I would like to avoid viewing this window.

You can dump errors and warnings to a file by adding this in the start of
your program:

vtkFileOutputWindow *outwin = vtkFileOutputWindow::New();
outwin->SetFileName("logname.txt");
outwin->SetInstance(outwin);

Regards,
Rasmus





More information about the vtkusers mailing list