[vtkusers] Memory issue in multiblock data set rendering
newcfd
newcfd at yahoo.com
Wed Jan 27 11:43:02 EST 2016
vtkTecplotReader * reader = vtkTecplotReader::New();
reader->SetFileName( "test.dat" );
reader->Update();
if the following line is used, (from http://www.vtk.org/Wiki/VTK_FAQ)
reader->GetOutput()->GlobalReleaseDataFlagOn();
the data loaded can not be rendered anymore. I got an empty view.
--
View this message in context: http://vtk.1045678.n5.nabble.com/Memory-issue-in-multiblock-data-set-rendering-tp5736180p5736186.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list