[vtkusers] vtkFileOutputWindow doesn't out the debug information to file
Liu_tj
tjlp at netease.com
Sat Mar 12 05:20:22 EST 2016
Hi, VTK expert guys,
I am using Activiz .NET. As I want to check some VTk debug information, I use the vtkFileOutputWindow as follow:
vtkFileOutputWindow output = vtkFileOutputWindow.New();
output.SetFileName(@"C:\vtkoutput.txt");
vtkOutputWindow.SetInstance(output);
Then I call renderWindow.DebugOn(), renderWindowInteractor.DebugOn().
But After I run the application, the file does not exist. Any problem in my code?
BR,
Liu Peng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160312/0d28aa61/attachment.html>
More information about the vtkusers
mailing list