<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear friends,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I am a new user of vtk.I want to read slices of
dicom like series of 50 images with extension of a slices.They purely raw data
.I am trying to read the data using vtkVolume16Reader.But not solved.I wrote the
code like following.Please help me anybody.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>vtkVolume16Reader *reader =
vtkVolume16Reader::New(); <BR>
reader->SetDataByteOrderToLittleEndian();<BR> reader->SetFilePrefix("C:\\DicomFiles\\ImageFiles\\04081219\\6554888");
<BR> reader->SetFilePattern("dcm");<BR>
reader->SetImageRange(6554888,6555788); <BR>
reader->SetDataSpacing(1,1,1); <BR>
reader->SetDataDimensions(256,256); </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Thanking you,</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>Ramakrishna<BR></DIV></FONT></BODY></HTML>