[vtkusers] about vtkSTLWriter?

zhuo Chen cz_lj at yahoo.com.cn
Thu Mar 27 19:11:52 EST 2003


Hi,all vtkusers
In my program code,there are some codes following:

vtkSTLWriter *stl = vtkSTLWriter::New();
stl->SetInput(triangles->GetOutput());
stl->SetFileName(brain.stl);
stl->Write();

But when I compile my program,there is an error which
is "'vtkSTLWriter' : undeclared identifier".I have
already write the sentence "#include "vtkSTLWriter.h"
".I don't know why the error occurs.

_________________________________________________________
Do You Yahoo!? 
雅虎通网络KTV, 随时随地免费卡拉OK~~
http://rd.yahoo.com/mail_cn/tag/?http://cn.messenger.yahoo.com//chat/index.html



More information about the vtkusers mailing list