<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Once you've loaded your data, you can also volume render it. (See the
VTK/VolumeRendering directory for the appropriate mappers.)<br>
<br>
- Amy<br>
<br>
Anja Ende wrote:
<blockquote
 cite="mid1f5d2b4f0609270514l74093deehcd8337f79d527574@mail.gmail.com"
 type="cite">Hi Ana,<br>
  <br>
To read a DICOM volume, simply use..<br>
  <br>
vtkDICOMImageReader * reader = vtkDICOMImageReader::New();<br>
reader-&gt;SetDirectoryName("/path/to/the/dicom/directory");<br>
reader-&gt;Update();<br>
  <br>
You can then display it using vtkImageViewer or vtkImageViewer2 object.
Tons of example on this site.<br>
  <br>
Cheers,<br>
  <br>
Anja<br>
  <br>
  <br>
  <br>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
This is the private VTK discussion list. 
Please keep messages on-topic. Check the FAQ at: <a class="moz-txt-link-freetext" href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a>
Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a>
  </pre>
</blockquote>
</body>
</html>