[vtkusers] Volume reading

C. Hiba hiba_vtk at yahoo.fr
Wed Apr 23 05:59:24 EDT 2008


Good morning.
  I have a function "Load" which constructs a volume image from a sequence of skull images.
  I have a second function which should read that same volume to apply other methods.
  The 2 functions should be separated.
  I want to know how the second function will read the volume generated by the first?
   
  The volume is generated by this way:
  vtkVolume16Reader *Reader = vtkVolume16Reader::New();
Reader->SetDataDimensions(64,64);
Reader->SetFilePrefix("C:/Skull/half");
Reader->SetImageRange(1,48);
Reader->SetDataByteOrderToLittleEndian();
Reader->SetDataSpacing(3.2, 3.2, 1.5);
   
  Thank you for your help

 __________________________________________________
Do You Yahoo!?
En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités 
http://mail.yahoo.fr Yahoo! Mail 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080423/2f267676/attachment.htm>


More information about the vtkusers mailing list