[vtkusers] Re: dicom volume

Amy Squillacote amy.squillacote at kitware.com
Wed Sep 27 08:49:50 EDT 2006


Once you've loaded your data, you can also volume render it. (See the 
VTK/VolumeRendering directory for the appropriate mappers.)

- Amy

Anja Ende wrote:
> Hi Ana,
>
> To read a DICOM volume, simply use..
>
> vtkDICOMImageReader * reader = vtkDICOMImageReader::New();
> reader->SetDirectoryName("/path/to/the/dicom/directory");
> reader->Update();
>
> You can then display it using vtkImageViewer or vtkImageViewer2 
> object. Tons of example on this site.
>
> Cheers,
>
> Anja
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> This is the private VTK discussion list. 
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060927/3b31ffd8/attachment.htm>


More information about the vtkusers mailing list