[ITK Community] [Insight-users] NthElement Image output

jmerkow jmerkow at gmail.com
Wed Nov 6 19:29:56 EST 2013


Brad,

I am working on making this functor/filter.  I based it on a few examples of
other functors on git, but I am having some issues.

I am following itkAddImageFilter and  itkVectorCastImageFilter  Link
<https://github.com/Kitware/ITK/blob/release/Modules/Filtering/ImageFilterBase/include/itkVectorCastImageFilter.h>  
as examples.

itkDotImageFilter.cxx
<http://itk-users.7.n7.nabble.com/file/n32692/itkDotImageFilter.cxx>  

It is pretty barebones right now, but I get an error when I compile and Im
not sure what it means:
.../src/lib/itkDotImageFilter.cxx:13:7: error: no default argument for
‘TOutput’
.../src/lib/itkDotImageFilter.cxx:48:7: error: no default argument for
‘TOutputImage’




Jameson



--
View this message in context: http://itk-users.7.n7.nabble.com/NthElement-Image-output-tp32683p32692.html
Sent from the ITK - Users mailing list archive at Nabble.com.
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users


More information about the Community mailing list