OTB
9.0.0
Orfeo Toolbox
|
#include <otbHessianToScalarImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef HessianToScalarImageFilter | Self |
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::HessianToScalar< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
double | GetAlpha (void) const |
void | SetAlpha (double Alpha) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
HessianToScalarImageFilter () | |
~HessianToScalarImageFilter () override | |
Private Member Functions | |
HessianToScalarImageFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
TODO.
Definition at line 79 of file otbHessianToScalarImageFilter.h.
typedef itk::SmartPointer<const Self> otb::HessianToScalarImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 90 of file otbHessianToScalarImageFilter.h.
typedef itk::SmartPointer<Self> otb::HessianToScalarImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 89 of file otbHessianToScalarImageFilter.h.
typedef HessianToScalarImageFilter otb::HessianToScalarImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 85 of file otbHessianToScalarImageFilter.h.
typedef itk::UnaryFunctorImageFilter<TInputImage, TOutputImage, Functor::HessianToScalar<typename TInputImage::PixelType, typename TOutputImage::PixelType> > otb::HessianToScalarImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 88 of file otbHessianToScalarImageFilter.h.
|
inlineprotected |
Definition at line 106 of file otbHessianToScalarImageFilter.h.
|
inlineoverrideprotected |
Definition at line 109 of file otbHessianToScalarImageFilter.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::HessianToScalarImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
inline |
Definition at line 100 of file otbHessianToScalarImageFilter.h.
|
static |
Method for creation through the object factory.
|
privatedelete |
|
inline |
Definition at line 95 of file otbHessianToScalarImageFilter.h.