[vtkusers] vtkEnSightWriter

Christophe Peyret christophe.peyret at onera.fr
Mon Apr 16 15:24:33 EDT 2007


Hello,

I have compiled and installed vtk-5.03 on my MacBook (intel proc). I have
alreay use vtk with succes to write with vtkUnstructuredGridWriter or
display a vtkUnstructuredGrid.

Now, I would like to write with vtkEnSightWriter a vtkUnstructuredGrid,
here are the line where mesh is a vtkUnstructuredGrid :

  vtkEnSightWriter * writer;
    writer = vtkEnSightWriter::New();
/*
    writer->SetFileName("toto.case");
    writer->SetInput(mesh);
    writer->Write();
    writer->Delete();
*/

whe I compile my program, it returns me that error message:

__ZN16vtkEnSightWriter3NewEv

as soon as I introduce the line
    writer = vtkEnSightWriter::New();

does any one have alrady meet that message and have a solution ?

Christophe




More information about the vtkusers mailing list