[vtkusers] Can someone answers me please!!!

Nour Mestiri nourmestiri at yahoo.fr
Thu Apr 2 11:40:28 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/20090402/9b4be506/attachment.htm>


More information about the vtkusers mailing list