Skip to content
Snippets Groups Projects
Commit bfe51470 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: fix for opensolaris submitted by Amit Kulkarni

parent c4ce106d
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ public:
typedef itk::Array<double> ParametersType;
typedef typename itk::MetaDataDictionary MetaDataDictionaryType;
typedef itk::MetaDataDictionary MetaDataDictionaryType;
/** Evaluate method: required interface */
virtual OutputPixelType Evaluate(const PixelType& spixel) const
......
......@@ -62,7 +62,7 @@ public:
typedef itk::RGBPixel<ScalarPixelType> RGBPixelType;
typedef itk::RGBAPixel<ScalarPixelType> RGBAPixelType;
typedef typename itk::MetaDataDictionary MetaDataDictionaryType;
typedef itk::MetaDataDictionary MetaDataDictionaryType;
/** Pixel operator */
inline TRGBPixel operator ()(const PixelType& pixel) const
......
......@@ -118,7 +118,7 @@ public:
typedef typename PixelRepresentationFunctionType::Pointer PixelRepresentationFunctionPointerType;
typedef typename PixelRepresentationFunctionType::ChannelListType ChannelListType;
typedef typename itk::MetaDataDictionary MetaDataDictionaryType;
typedef itk::MetaDataDictionary MetaDataDictionaryType;
/** Convert the input pixel to a pixel representation that can be displayed on
* RGB. For example, channel selection, modulus computation, etc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment