[vtkusers] question about vtkBMPReader
med ali
daalyusmo at yahoo.fr
Mon May 30 10:16:37 EDT 2005
hi all,
i have used vtkBMPReader to read many slices at the same time
the first file must be named "*0.bmp" // begin by zero
what i must change to begin with 1 .
thanks ,
v16 = vtkBMPReader::New();
v16->SetFilePrefix (path);
v16->SetFilePattern("%s%d.bmp");
v16->SetDataExtent(0,largeur, 0,hauteur, 0, nbr_coupes); v16->SetDataSpacing(1,1,intercoupes);
---------------------------------
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéos !
Créez votre Yahoo! Mail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20050530/1d26ec77/attachment.htm>
More information about the vtkusers
mailing list