[Insight-users] DICOM Reader - Viewer example
Luis Ibanez
luis . ibanez at kitware . com
Tue, 30 Sep 2003 13:13:56 -0400
Hi Benjamin,
Thanks for pointing this out.
It is actually scary to see that VC++ 7.0 was
compiling this line without complaining.
It has now been fixed.
Thanks
Luis
-----------------------
Benjamin King wrote:
> Hi Luis,
>
> thanks for pointing to the demo application. I tried to compile it and
> found a problem in line 101 of DicomImageReader.txx.
>
> const selectedLine = ...
> has to be
> const int selectedLine = ...
>
>
> Best regards,
> Benjamin
>
>
>> Many of you have shown interest in the process
>> of reading DICOM files using ITK readers and
>> displaying them with VTK.
>>
>> You may find useful to look at the code of a
>> demo application developed at the ISIS center
>> at Georgetown University. This application
>> uses ITK, VTK and FLTK, and illustrates how
>> to set up these toolkits together.
>>
>> The application can be downloaded through cvs
>> by doing:
>>
>> cvs -d :pserver:anonymous at public . kitware . com:/cvsroot/ISIS login
>> password: isis
>>
>> cvs -d :pserver:anonymous at public . kitware . com:/cvsroot/ISIS co
>> ApplicationModel
>>
>> In particular you may want to take a look at the
>> DicomImageReader class in this application.
>> This class uses the ITK DICOM filename generator
>> and the DICOMImageSeriesReader.
>>
>>
>> Luis
>>
>>
>>
>> _______________________________________________
>> Insight-users mailing list
>> Insight-users at itk . org
>> http://www . itk . org/mailman/listinfo/insight-users
>>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk . org
> http://www . itk . org/mailman/listinfo/insight-users
>