![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include "otbVariadicNamedInputsImageFilter.h"#include "otbImage.h"#include "otbVectorImage.h"#include "itkRGBPixel.h"#include "itkRGBAPixel.h"#include "itkFixedArray.h"#include "itkDefaultConvertPixelTraits.h"#include <type_traits>#include "itkConstNeighborhoodIterator.h"#include "otbFunctorImageFilter.hxx"
Include dependency graph for otbFunctorImageFilter.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| otb | |
| otb::functor_filter_details | |
Typedefs | |
| template<typename T > | |
| using | otb::RemoveCVRef = typename std::remove_cv< typename std::remove_reference< T >::type >::type |
Functions | |
| template<typename Functor , typename TNameMap = void> | |
| auto | otb::NewFunctorFilter (Functor f, itk::Size< 2 > radius={{0, 0}}) |
| template<typename Functor , typename TNameMap = void> | |
| auto | otb::NewFunctorFilter (Functor f, unsigned int numberOfOutputBands, itk::Size< 2 > radius={{0, 0}}) |
| template<typename Functor , typename TNameMap = void> | |
| auto | otb::NewFunctorFilter (Functor f, itk::Size< 2 > radius={{0, 0}}) |
| template<typename Functor , typename TNameMap = void> | |
| auto | otb::NewFunctorFilter (Functor f, unsigned int numberOfOutputBands, itk::Size< 2 > radius={{0, 0}}) |
1.8.17