[vtkusers] Convert a volume into a mesh

Nour Mestiri nourmestiri at yahoo.fr
Wed Apr 1 13:21:40 EDT 2009


Hi all vtk users.
I want to know if there is a method to convert a volume into a mesh.
My volume is created this way:
vtkVolume16Reader *v16 = vtkVolume16Reader::New();
v16->SetDataDimensions(256,256);
v16->SetDataByteOrderToBigEndian();
v16->SetFilePrefix("C:/half"); 
v16->SetImageRange(1,157);
v16->SetDataSpacing(2,1,2);
v16->SetDataMask(0x7fff);
 
Is it possible? Please i need your help.
Thank you


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090401/87b9c8fe/attachment.htm>


More information about the vtkusers mailing list