OTB
9.0.0
Orfeo Toolbox
|
#include <otbWindowedSincInterpolateImageHammingFunction.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::IteratorType | IteratorType |
typedef Superclass::OutputType | OutputType |
typedef itk::SmartPointer< Self > | Pointer |
typedef Superclass::RealType | RealType |
typedef WindowedSincInterpolateImageHammingFunction | Self |
typedef Superclass::SizeType | SizeType |
typedef WindowedSincInterpolateImageFunctionBase< TInputImage, typename Function::HammingWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep > | Superclass |
Public Types inherited from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::HammingWindowFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::FunctionType | FunctionType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::IteratorType | IteratorType |
typedef Superclass::OutputType | OutputType |
typedef itk::SmartPointer< Self > | Pointer |
typedef Superclass::RealType | RealType |
typedef WindowedSincInterpolateImageFunctionBase | Self |
typedef Superclass::SizeType | SizeType |
typedef GenericInterpolateImageFunction< TInputImage, Function::HammingWindowFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double > | Superclass |
typedef std::vector< double > | VectorType |
Public Types inherited from otb::GenericInterpolateImageFunction< TInputImage, Function::HammingWindowFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Function::HammingWindowFunction< double, double > | FunctionType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::InputImageType | InputImageType |
typedef itk::ConstNeighborhoodIterator< InputImageType, itk::ConstantBoundaryCondition< TInputImage > > | IteratorType |
typedef Superclass::OutputType | OutputType |
typedef itk::SmartPointer< Self > | Pointer |
typedef Superclass::RealType | RealType |
typedef GenericInterpolateImageFunction | Self |
typedef InputImageType::SizeType | SizeType |
typedef itk::InterpolateImageFunction< TInputImage, double > | Superclass |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::HammingWindowFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double > | |
static Pointer | New () |
Static Public Member Functions inherited from otb::GenericInterpolateImageFunction< TInputImage, Function::HammingWindowFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double > | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::HammingWindowFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double > | |
static const unsigned int | ImageDimension |
Static Public Attributes inherited from otb::GenericInterpolateImageFunction< TInputImage, Function::HammingWindowFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double > | |
static const unsigned int | ImageDimension |
Private Member Functions | |
void | operator= (const Self &)=delete |
WindowedSincInterpolateImageHammingFunction (const Self &)=delete | |
Use the WindowedSincInterpolateImageFunctionBase with a Hamming Function.
Definition at line 95 of file otbWindowedSincInterpolateImageHammingFunction.h.
typedef itk::SmartPointer<const Self> otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::ConstPointer |
Definition at line 107 of file otbWindowedSincInterpolateImageHammingFunction.h.
typedef Superclass::ContinuousIndexType otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::ContinuousIndexType |
Definition at line 127 of file otbWindowedSincInterpolateImageHammingFunction.h.
typedef Superclass::IndexType otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::IndexType |
Superclass typedef inheritance.
Definition at line 123 of file otbWindowedSincInterpolateImageHammingFunction.h.
typedef Superclass::InputImageType otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::InputImageType |
Input and output images typedef definition.
Definition at line 113 of file otbWindowedSincInterpolateImageHammingFunction.h.
typedef Superclass::IteratorType otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::IteratorType |
Definition at line 126 of file otbWindowedSincInterpolateImageHammingFunction.h.
typedef Superclass::OutputType otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::OutputType |
Definition at line 117 of file otbWindowedSincInterpolateImageHammingFunction.h.
typedef itk::SmartPointer<Self> otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::Pointer |
Definition at line 106 of file otbWindowedSincInterpolateImageHammingFunction.h.
typedef Superclass::RealType otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::RealType |
Definition at line 125 of file otbWindowedSincInterpolateImageHammingFunction.h.
typedef WindowedSincInterpolateImageHammingFunction otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::Self |
Standard class typedefs.
Definition at line 102 of file otbWindowedSincInterpolateImageHammingFunction.h.
typedef Superclass::SizeType otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::SizeType |
Definition at line 124 of file otbWindowedSincInterpolateImageHammingFunction.h.
typedef WindowedSincInterpolateImageFunctionBase<TInputImage, typename Function::HammingWindowFunction<TInputInterpolator, TOutputInterpolator>, TBoundaryCondition, TCoordRep> otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::Superclass |
Definition at line 105 of file otbWindowedSincInterpolateImageHammingFunction.h.
|
inlineprotected |
Definition at line 130 of file otbWindowedSincInterpolateImageHammingFunction.h.
|
inlineoverrideprotected |
Definition at line 131 of file otbWindowedSincInterpolateImageHammingFunction.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
privatedelete |
|
inlineoverrideprotected |
Definition at line 134 of file otbWindowedSincInterpolateImageHammingFunction.h.
|
static |
Dimension underlying input image.
Definition at line 120 of file otbWindowedSincInterpolateImageHammingFunction.h.