![]() |
OTB
10.0.0
Orfeo Toolbox
|
#include <otbVerticalSobelVectorImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef VerticalSobelVectorImageFilter | Self |
typedef UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::VerticalSobelOperator< typename itk::ConstNeighborhoodIterator< TInputImage >, typename TOutputImage::PixelType > > | Superclass |
![]() | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef UnaryFunctorNeighborhoodVectorImageFilter | Self |
typedef itk::InPlaceImageFilter< TInputImage, TOutputImage > | Superclass |
typedef Functor::VerticalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > | FunctorType |
typedef TInputImage | InputImageType |
typedef InputImageType::ConstPointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef itk::ProcessObject | ProcessObjectType |
typedef itk::ConstNeighborhoodIterator< TInputImage > | NeighborhoodIteratorType |
typedef NeighborhoodIteratorType::RadiusType | RadiusType |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
![]() | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
FunctorType & | GetFunctor () |
void | SetFunctor (const FunctorType &functor) |
virtual void | SetRadius (RadiusType _arg) |
virtual RadiusType | GetRadius () |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Protected Member Functions | |
VerticalSobelVectorImageFilter () | |
~VerticalSobelVectorImageFilter () override | |
![]() | |
UnaryFunctorNeighborhoodVectorImageFilter () | |
~UnaryFunctorNeighborhoodVectorImageFilter () override | |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
void | GenerateOutputInformation (void) override |
Private Member Functions | |
void | operator= (const Self &) |
VerticalSobelVectorImageFilter (const Self &) | |
Additional Inherited Members | |
![]() | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
![]() | |
RadiusType | m_Radius |
Implements the Vertical Sobel Gradient to be processed on a vector image.
Definition at line 68 of file otbVerticalSobelVectorImageFilter.h.
typedef itk::SmartPointer<const Self> otb::VerticalSobelVectorImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 79 of file otbVerticalSobelVectorImageFilter.h.
typedef itk::SmartPointer<Self> otb::VerticalSobelVectorImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 78 of file otbVerticalSobelVectorImageFilter.h.
typedef VerticalSobelVectorImageFilter otb::VerticalSobelVectorImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs
Definition at line 74 of file otbVerticalSobelVectorImageFilter.h.
typedef UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::VerticalSobelOperator<typename itk::ConstNeighborhoodIterator<TInputImage>, typename TOutputImage::PixelType> > otb::VerticalSobelVectorImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 77 of file otbVerticalSobelVectorImageFilter.h.
|
inlineprotected |
Definition at line 88 of file otbVerticalSobelVectorImageFilter.h.
|
inlineoverrideprotected |
Definition at line 93 of file otbVerticalSobelVectorImageFilter.h.
|
private |
virtual::itk::LightObject::Pointer otb::VerticalSobelVectorImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Creation through object factory macro
|
static |
Method for creation through the object factory.
|
private |