[vtkusers] Re: vtkPolyDataWriter
George Kamucha
kamucha at hfm.e-technik.uni-kassel.de
Thu Oct 18 09:29:51 EDT 2001
Try , writer->Update();
All the best
George
>
>
> Hi,
> i write a file cartilage.vtk with this fragment code:
> vtkPolyDataWriter*writer=3DvtkPolyDataWriter::New();
> writer->setInput(stripper->GetOutput());
> writer->SetFileName("cartilage.vtk");
> writer->SetFileTypeToBinary();
> writer->Write();
> but the file is not in my hard disk!Canyou help me?
More information about the vtkusers
mailing list