[vtkusers] Fwd: hii..
Sercani
sercanimailgroups at gmail.com
Wed Jul 30 07:11:32 EDT 2008
Hi Poonam;
vtkDICOMImageReader *reader = vtkDICOMImageReader::New();
reader->SetDirectoryName(_T(dicomPath));
reader->Update();
vtkImageViewer *viewer=vtkImageViewer::New();
viewer->SetInput(reader->GetOutput());
vtkRenderWindowInteractor *renwin=vtkRenderWindowInteractor::New();
viewer-> SetupInteractor (renwin);
From: vtkusers-bounces at vtk.org [mailto:vtkusers-bounces at vtk.org] On Behalf
Of poonam dalal
Sent: Wednesday, July 30, 2008 12:39 PM
To: vtkusers at vtk.org
Subject: [vtkusers] Fwd: hii..
hi..
i am new to vtk can any body help me to load a dicom image using eclipse in
vtk.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080730/e015ce66/attachment.htm>
More information about the vtkusers
mailing list