]> Creatis software - bbtk.git/commitdiff
NTU: Added write function... Hope it works
authortrillos <trillos>
Wed, 2 Dec 2009 14:44:42 +0000 (14:44 +0000)
committertrillos <trillos>
Wed, 2 Dec 2009 14:44:42 +0000 (14:44 +0000)
packages/vtk/src/bbvtkMetaImageWriter.xml

index 480bbe5bc5e5f763e9c8eea96e96339fd17e91b9..420573b182a8b3b634e08706b751c556cb788602 100644 (file)
@@ -24,6 +24,7 @@ bbGetInputIn()->Update();
 bbGetInputIn()->Print(std::cout);
 std::cout << "a '"<< bbGetInputFilename()<<"'"<<std::endl;
    w->Update();
+   w->Write();
 std::cout << "a"<<std::endl;
    w->Delete();
 std::cout << "a"<<std::endl;