[vtkusers] some questions about cells, file formats, etc
nuno.jf
nunofernandes7 at gmail.com
Mon Jan 9 17:43:24 EST 2012
Can this happen due to the way I am writing the output file?
vtkPolyData * out = vtkPolyData::New();
out = mc->GetOutput();
out ->Update();
//Writer
vtkPolyDataWriter *writer =vtkPolyDataWriter::New();
writer ->SetInput(out);
writer->SetFileTypeToASCII();
writer ->SetFileName("saida.vtk");
writer ->Update();
--
View this message in context: http://vtk.1045678.n5.nabble.com/some-questions-about-cells-file-formats-etc-tp5089451p5132783.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list