Skip to content
Snippets Groups Projects
Commit e14ab465 authored by Julien Michel's avatar Julien Michel
Browse files

TEST: Fix header test

parent 28662af3
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ template <typename Functor> auto NewFunctorFilter(const Functor& f, itk::Size<2>
*
* \ingroup IntensityImageFilters Multithreaded Streamed
*
* \ingroup OTBImageManipulation
* \ingroup OTBFunctor
*/
template <class TFunction>
class ITK_EXPORT FunctorImageFilter
......
......@@ -24,6 +24,8 @@
namespace otb {
/// TODO: Documentation
template<class TOuptut, class ... TInputs> class VariadicInputsImageFilter : public itk::ImageSource<TOuptut>
{
public:
......
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