![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include "otbFunctorImageFilter.h"#include "itkProgressReporter.h"#include "itkConstNeighborhoodIterator.h"#include "itkImageRegionConstIterator.h"#include "itkImageScanlineIterator.h"#include <array>
Include dependency graph for otbFunctorImageFilter.hxx:
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 | |
Functions | |
| template<class Out , class Oper , typename... Args> | |
| auto | otb::functor_filter_details::CallOperator (Out &out, Oper &oper, std::tuple< Args... > &t) |
| template<class Tuple , class Out , class Oper , vcl_size_t... Is> | |
| auto | otb::functor_filter_details::CallOperatorImpl (Tuple &t, Out &out, Oper &oper, std::index_sequence< Is... >) |
| template<typename... T> | |
| auto | otb::functor_filter_details::GetNumberOfComponentsPerInput (std::tuple< T... > &t) |
| template<class Tuple , vcl_size_t... Is> | |
| auto | otb::functor_filter_details::GetNumberOfComponentsPerInputImpl (Tuple &t, std::index_sequence< Is... >) |
| template<class TNeigh , typename... T> | |
| auto | otb::functor_filter_details::MakeIterators (std::tuple< T... > &&t, const itk::ImageRegion< 2 > ®ion, const itk::Size< 2 > &radius, TNeigh n) |
| template<class TNeigh , class Tuple , vcl_size_t... Is> | |
| auto | otb::functor_filter_details::MakeIteratorsImpl (const Tuple &t, const itk::ImageRegion< 2 > ®ion, const itk::Size< 2 > &radius, std::index_sequence< Is... >, TNeigh) |
| template<typename... Args> | |
| void | otb::functor_filter_details::MoveIterators (std::tuple< Args... > &t) |
| template<class Tuple , vcl_size_t... Is> | |
| auto | otb::functor_filter_details::MoveIteratorsImpl (Tuple &t, std::index_sequence< Is... >) |
| template<class T > | |
| int | otb::functor_filter_details::SetInputRequestedRegion (const T *img, const itk::ImageRegion< 2 > ®ion, const itk::Size< 2 > &radius, bool pad) |
| template<typename HasNeighborhood , typename... T> | |
| auto | otb::functor_filter_details::SetInputRequestedRegions (std::tuple< T... > &&t, const itk::ImageRegion< 2 > ®ion, const itk::Size< 2 > &radius) |
| template<typename HasNeighborhood , class Tuple , vcl_size_t... Is> | |
| auto | otb::functor_filter_details::SetInputRequestedRegionsImpl (Tuple &t, const itk::ImageRegion< 2 > ®ion, std::index_sequence< Is... >, const itk::Size< 2 > &radius) |
1.8.17