OTB  9.0.0
Orfeo Toolbox
List of all members
otb::OutcoreFilter< TInputImage1, TOutputImage > Class Template Reference

#include <otbOutcoreFilter.h>

+ Inheritance diagram for otb::OutcoreFilter< TInputImage1, TOutputImage >:
+ Collaboration diagram for otb::OutcoreFilter< TInputImage1, TOutputImage >:

Standard class typedefs

using Self = OutcoreFilter
 
using Superclass = UnaryFunctorNeighborhoodImageFilter< TInputImage1, TOutputImage, Functor::OutcoreFunctor< typename itk::ConstNeighborhoodIterator< TInputImage1 >, typename TOutputImage::PixelType > >
 
using Pointer = itk::SmartPointer< Self >
 
using ConstPointer = itk::SmartPointer< const Self >
 
static Pointer New ()
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
 OutcoreFilter ()=default
 
 ~OutcoreFilter () override=default
 
void GenerateOutputInformation () override
 
 OutcoreFilter (const Self &)=delete
 
Selfoperator= (const Self &)=delete
 

Additional Inherited Members

- Public Types inherited from otb::UnaryFunctorNeighborhoodImageFilter< TInputImage1, TOutputImage, Functor::OutcoreFunctor< itk::ConstNeighborhoodIterator< TInputImage1 >, TOutputImage::PixelType > >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef Functor::OutcoreFunctor< itk::ConstNeighborhoodIterator< TInputImage1 >, TOutputImage::PixelType > FunctorType
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::ConstPointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef InputImageType::SizeType InputImageSizeType
 
typedef Superclass::InputImageType InputImageType
 
typedef OutputImageType::PixelType OutputImagePixelType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef Superclass::OutputImageType OutputImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::ProcessObject ProcessObjectType
 
typedef UnaryFunctorNeighborhoodImageFilter Self
 
typedef itk::ImageToImageFilter< TInputImage1, TOutputImage > Superclass
 
typedef itk::ConstNeighborhoodIterator< TInputImage1 > NeighborhoodIteratorType
 
typedef NeighborhoodIteratorType::RadiusType RadiusType
 
typedef unsigned char RadiusSizeType
 
- Public Member Functions inherited from otb::UnaryFunctorNeighborhoodImageFilter< TInputImage1, TOutputImage, Functor::OutcoreFunctor< itk::ConstNeighborhoodIterator< TInputImage1 >, TOutputImage::PixelType > >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
virtual void SetRadius (InputImageSizeType _arg)
 
void SetRadius (unsigned int radius)
 
virtual InputImageSizeType GetRadius ()
 
FunctorTypeGetFunctor ()
 
const FunctorTypeGetFunctor () const
 
void SetFunctor (const FunctorType &functor)
 
- Static Public Member Functions inherited from otb::UnaryFunctorNeighborhoodImageFilter< TInputImage1, TOutputImage, Functor::OutcoreFunctor< itk::ConstNeighborhoodIterator< TInputImage1 >, TOutputImage::PixelType > >
static Pointer New ()
 
- Protected Member Functions inherited from otb::UnaryFunctorNeighborhoodImageFilter< TInputImage1, TOutputImage, Functor::OutcoreFunctor< itk::ConstNeighborhoodIterator< TInputImage1 >, TOutputImage::PixelType > >
 UnaryFunctorNeighborhoodImageFilter ()
 
 ~UnaryFunctorNeighborhoodImageFilter () override
 
void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override
 
void GenerateInputRequestedRegion (void) override
 

Detailed Description

template<class TInputImage1, class TOutputImage>
class otb::OutcoreFilter< TInputImage1, TOutputImage >

Definition at line 53 of file otbOutcoreFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage1 , class TOutputImage >
using otb::OutcoreFilter< TInputImage1, TOutputImage >::ConstPointer = itk::SmartPointer<const Self>

Method for creation through the object factory.

Definition at line 70 of file otbOutcoreFilter.h.

◆ Pointer

template<class TInputImage1 , class TOutputImage >
using otb::OutcoreFilter< TInputImage1, TOutputImage >::Pointer = itk::SmartPointer<Self>

Method for creation through the object factory.

Definition at line 69 of file otbOutcoreFilter.h.

◆ Self

template<class TInputImage1 , class TOutputImage >
using otb::OutcoreFilter< TInputImage1, TOutputImage >::Self = OutcoreFilter

Method for creation through the object factory.

Definition at line 62 of file otbOutcoreFilter.h.

◆ Superclass

template<class TInputImage1 , class TOutputImage >
using otb::OutcoreFilter< TInputImage1, TOutputImage >::Superclass = UnaryFunctorNeighborhoodImageFilter< TInputImage1, TOutputImage, Functor::OutcoreFunctor< typename itk::ConstNeighborhoodIterator<TInputImage1>, typename TOutputImage::PixelType> >

Method for creation through the object factory.

Definition at line 68 of file otbOutcoreFilter.h.

Constructor & Destructor Documentation

◆ OutcoreFilter() [1/2]

template<class TInputImage1 , class TOutputImage >
otb::OutcoreFilter< TInputImage1, TOutputImage >::OutcoreFilter ( )
protecteddefault

Method for creation through the object factory.

◆ ~OutcoreFilter()

template<class TInputImage1 , class TOutputImage >
otb::OutcoreFilter< TInputImage1, TOutputImage >::~OutcoreFilter ( )
overrideprotecteddefault

Method for creation through the object factory.

◆ OutcoreFilter() [2/2]

template<class TInputImage1 , class TOutputImage >
otb::OutcoreFilter< TInputImage1, TOutputImage >::OutcoreFilter ( const Self )
privatedelete

Method for creation through the object factory.

Member Function Documentation

◆ CreateAnother()

template<class TInputImage1 , class TOutputImage >
virtual::itk::LightObject::Pointer otb::OutcoreFilter< TInputImage1, TOutputImage >::CreateAnother ( void  ) const

Method for creation through the object factory.

◆ GenerateOutputInformation()

template<class TInputImage1 , class TOutputImage >
void otb::OutcoreFilter< TInputImage1, TOutputImage >::GenerateOutputInformation ( )
inlineoverrideprotected

Method for creation through the object factory.

Definition at line 82 of file otbOutcoreFilter.h.

◆ GetNameOfClass()

template<class TInputImage1 , class TOutputImage >
virtual const char* otb::OutcoreFilter< TInputImage1, TOutputImage >::GetNameOfClass ( ) const
virtual

Macro defining the type

◆ New()

template<class TInputImage1 , class TOutputImage >
static Pointer otb::OutcoreFilter< TInputImage1, TOutputImage >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputImage1 , class TOutputImage >
Self& otb::OutcoreFilter< TInputImage1, TOutputImage >::operator= ( const Self )
privatedelete

Method for creation through the object factory.


The documentation for this class was generated from the following file: