<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Dženan Zukić</b> <span dir="ltr"><<a href="mailto:dzenanz@gmail.com">dzenanz@gmail.com</a>></span><br>Date: Thu, Jul 20, 2017 at 11:31 AM<br>Subject: Re: [ITK-users] error in ItkConceptchecking.h<br>To: Tapash Barman <<a href="mailto:tapash1991@gmail.com">tapash1991@gmail.com</a>><br><br><br><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small">Hi Tapash,</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">in a working program I have a line like this:</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div><font face="monospace, monospace">typedef itk::MultiplyImageFilter<<wbr>ImageType, <b>FloatImageType</b>, ImageType> MultiplyType;</font><br></div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">if I change it into this:</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div><font face="monospace, monospace">typedef itk::MultiplyImageFilter<<wbr>ImageType, <b>double</b>, ImageType> MultiplyType;</font><br></div><div><font face="verdana, sans-serif"><br></font></div><div><font face="verdana, sans-serif">I get the below, many lines long error message. This is the kind of complete error message I want you to copy-paste, not just the last line of it. If you are using Visual Studio, it is in the build log, not error list.</font></div><span class=""><div><font face="verdana, sans-serif"><br></font></div><div><font face="verdana, sans-serif"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small">Regards,</div><div><font face="verdana, sans-serif">Dženan Zukić, PhD, Senior R&D Engineer, Kitware (Carrboro, N.C.)</font><br></div></div>
<br></font></div><div><font face="verdana, sans-serif"><br></font></div></span><div><div><div><font face="monospace, monospace">C:\my\program.cxx(117): error C2660: 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>SetConstant' : function does not take 1 arguments</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>59) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>ConstPointer'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>111) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>Input2ImagePixelType'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>579) : see declaration of 'D2'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>59) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>ConstPointer'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>111) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>Input2ImagePixelType'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>579) : see declaration of 'D2'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>59) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>ConstPointer'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>111) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>Input2ImagePixelType'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>579) : see declaration of 'D2'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>59) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>ConstPointer'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>111) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>Input2ImagePixelType'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>579) : see declaration of 'D2'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>59) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>ConstPointer'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>111) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>Input2ImagePixelType'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>579) : see declaration of 'D2'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>59) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>ConstPointer'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>111) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>Input2ImagePixelType'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>579) : see declaration of 'D2'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>59) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>ConstPointer'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>111) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>Input2ImagePixelType'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>579) : see declaration of 'D2'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>59) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>ConstPointer'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>111) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>Input2ImagePixelType'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>579) : see declaration of 'D2'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>59) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>ConstPointer'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\filtering\<wbr>imagefilterbase\include\<wbr>itkBinaryFunctorImageFilter.h(<wbr>111) : see declaration of 'itk::<wbr>BinaryFunctorImageFilter<<wbr>TInputImage1,TInputImage2,<wbr>TOutputImage,int>::<wbr>Input2ImagePixelType'</font></div><div><font face="monospace, monospace">          with</font></div><div><font face="monospace, monospace">          [</font></div><div><font face="monospace, monospace">              TInputImage1=ImageType</font></div><div><font face="monospace, monospace">  ,            TInputImage2=double</font></div><div><font face="monospace, monospace">  ,            TOutputImage=ImageType</font></div><div><font face="monospace, monospace">          ]</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>579) : see declaration of 'D2'</font></div><div><font face="monospace, monospace">          C:\ITK\Modules\Filtering\<wbr>ImageIntensity\include\<wbr>itkMultiplyImageFilter.h(34) : see declaration of 'itk::Functor::Mult'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div><div><font face="monospace, monospace">          C:\ITK\modules\core\common\<wbr>include\itkConceptChecking.h(<wbr>352) : see declaration of 'itk::Concept::<wbr>MultiplyOperator'</font></div></div></div><div><font face="verdana, sans-serif"><br></font></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 20, 2017 at 11:14 AM, Tapash Barman <span dir="ltr"><<a href="mailto:tapash1991@gmail.com" target="_blank">tapash1991@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Hii..sir the error is in the itkconceptcheckink.h file..if u open this header file u can see this In  integer template</p><div class="m_6944724613283428167HOEnZb"><div class="m_6944724613283428167h5">
<div class="gmail_quote">On 20-Jul-2017 8:36 pm, "Dženan Zukić" <<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small">Hi Tapash,</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">it looks like you are trying to instantiate a template class with a type which that class does not support. If you give us the complete error message (including where it is being originally caused from) we should be able to help you more meaningfully.</div><div style="font-family:verdana,sans-serif;font-size:small"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">Regards,</div><div><font face="verdana, sans-serif">Dženan Zukić, PhD, Senior R&D Engineer, Kitware (Carrboro, N.C.)</font></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 20, 2017 at 9:52 AM, tapash <span dir="ltr"><<a href="mailto:tapash1991@gmail.com" target="_blank">tapash1991@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">while I trying to build my project. its throwing an error<br>
<br>
Error   42      error C2440: 'initializing' : cannot convert from<br>
'itk::Concept::Detail::UniqueT<wbr>ype_bool<true>' to<br>
'itk::Concept::Detail::UniqueT<wbr>ype_bool<false>'<br>
 plz help me to remove this error<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-insight-users.2283740.n2.nabble.com/error-in-ItkConceptchecking-h-tp7590051.html" rel="noreferrer" target="_blank">http://itk-insight-users.22837<wbr>40.n2.nabble.com/error-in-ItkC<wbr>onceptchecking-h-tp7590051.htm<wbr>l</a><br>
Sent from the ITK Insight Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_______<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/product<wbr>s/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FA<wbr>Q</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/insight-users</a><br>
</blockquote></div><br></div>
</blockquote></div>
</div></div></blockquote></div><br></div>
</div></div></div><br></div>