[Insight-users] Compile errors regarding
itkRescaleIntensityImageFilter.h
Kevin Hu
khu19 at cs.bu.edu
Mon Mar 19 22:19:03 EST 2007
Hi all,
I'm trying to run the example Examples/IO/DicomImageReadWrite.cxx.
I'm getting the following errors:
\InsightToolkit-3.0.1\Code\BasicFilters\itkRescaleIntensityImageFilter.h(109)
: error C2039: 'PixelType' : is not a member of '`global namespace''
\InsightToolkit-3.0.1\Code\BasicFilters\itkRescaleIntensityImageFilter.h(109)
: error C2146: syntax error : missing ',' before identifier 'PixelType'
\InsightToolkit-3.0.1\Code\BasicFilters\itkRescaleIntensityImageFilter.h(109)
: error C2065: 'PixelType' : undeclared identifier
Apparently it doesnt know what PixelType is. Any clues? I'm using VC++
6.0 MFC application.
Kevin
More information about the Insight-users
mailing list