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