![]() |
OTB
10.0.0
Orfeo Toolbox
|
#include <otbWindowedSincInterpolateImageCosineFunction.h>
Inheritance diagram for otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >:
Collaboration diagram for otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >: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 WindowedSincInterpolateImageCosineFunction | Self |
| typedef Superclass::SizeType | SizeType |
| typedef WindowedSincInterpolateImageFunctionBase< TInputImage, typename Function::CosineWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep > | Superclass |
Public Types inherited from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::CosineWindowFunction< 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::CosineWindowFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double > | Superclass |
| typedef std::vector< double > | VectorType |
Public Types inherited from otb::GenericInterpolateImageFunction< TInputImage, TFunction, TBoundaryCondition, TCoordRep > | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef Superclass::ContinuousIndexType | ContinuousIndexType |
| typedef TFunction | FunctionType |
| typedef Superclass::IndexType | IndexType |
| typedef Superclass::InputImageType | InputImageType |
| typedef itk::ConstNeighborhoodIterator< InputImageType, TBoundaryCondition > | 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, TCoordRep > | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::CosineWindowFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double > | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
Public Member Functions inherited from otb::GenericInterpolateImageFunction< TInputImage, TFunction, TBoundaryCondition, TCoordRep > | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| OutputType | EvaluateAtContinuousIndex (const ContinuousIndexType &index) const override |
| virtual void | SetRadius (unsigned int rad) |
| virtual itk::InterpolateImageFunction< TInputImage, TCoordRep >::SizeType | GetRadius () const |
| virtual FunctionType & | GetFunction (void) |
| virtual void | Initialize () |
| virtual void | SetNormalizeWeight (bool _arg) |
| virtual bool | GetNormalizeWeight () |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::CosineWindowFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double > | |
| static Pointer | New () |
Static Public Member Functions inherited from otb::GenericInterpolateImageFunction< TInputImage, TFunction, TBoundaryCondition, TCoordRep > | |
| static Pointer | New () |
Static Public Attributes | |
| static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::CosineWindowFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double > | |
| static const unsigned int | ImageDimension |
Static Public Attributes inherited from otb::GenericInterpolateImageFunction< TInputImage, TFunction, TBoundaryCondition, TCoordRep > | |
| static const unsigned int | ImageDimension = Superclass::ImageDimension |
Protected Member Functions | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| WindowedSincInterpolateImageCosineFunction () | |
| ~WindowedSincInterpolateImageCosineFunction () override | |
Protected Member Functions inherited from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::CosineWindowFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double > | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| WindowedSincInterpolateImageFunctionBase () | |
| ~WindowedSincInterpolateImageFunctionBase () override | |
Protected Member Functions inherited from otb::GenericInterpolateImageFunction< TInputImage, TFunction, TBoundaryCondition, TCoordRep > | |
| GenericInterpolateImageFunction () | |
| ~GenericInterpolateImageFunction () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| void | Modified (void) const override |
| virtual void | ResetOffsetTable () |
| virtual void | InitializeTables () |
| virtual void | FillWeightOffsetTable () |
Private Member Functions | |
| void | operator= (const Self &)=delete |
| WindowedSincInterpolateImageCosineFunction (const Self &)=delete | |
Use the WindowedSincInterpolateImageFunctionBase with a Cosine Function.
Definition at line 94 of file otbWindowedSincInterpolateImageCosineFunction.h.
| typedef itk::SmartPointer<const Self> otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::ConstPointer |
Definition at line 106 of file otbWindowedSincInterpolateImageCosineFunction.h.
| typedef Superclass::ContinuousIndexType otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::ContinuousIndexType |
Definition at line 126 of file otbWindowedSincInterpolateImageCosineFunction.h.
| typedef Superclass::IndexType otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::IndexType |
Superclass typedef inheritance.
Definition at line 122 of file otbWindowedSincInterpolateImageCosineFunction.h.
| typedef Superclass::InputImageType otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::InputImageType |
Input and output images typedef definition.
Definition at line 115 of file otbWindowedSincInterpolateImageCosineFunction.h.
| typedef Superclass::IteratorType otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::IteratorType |
Definition at line 125 of file otbWindowedSincInterpolateImageCosineFunction.h.
| typedef Superclass::OutputType otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::OutputType |
Definition at line 116 of file otbWindowedSincInterpolateImageCosineFunction.h.
| typedef itk::SmartPointer<Self> otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::Pointer |
Definition at line 105 of file otbWindowedSincInterpolateImageCosineFunction.h.
| typedef Superclass::RealType otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::RealType |
Definition at line 124 of file otbWindowedSincInterpolateImageCosineFunction.h.
| typedef WindowedSincInterpolateImageCosineFunction otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::Self |
Standard class typedefs.
Definition at line 101 of file otbWindowedSincInterpolateImageCosineFunction.h.
| typedef Superclass::SizeType otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::SizeType |
Definition at line 123 of file otbWindowedSincInterpolateImageCosineFunction.h.
| typedef WindowedSincInterpolateImageFunctionBase<TInputImage, typename Function::CosineWindowFunction<TInputInterpolator, TOutputInterpolator>, TBoundaryCondition, TCoordRep> otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::Superclass |
Definition at line 104 of file otbWindowedSincInterpolateImageCosineFunction.h.
|
inlineprotected |
Definition at line 129 of file otbWindowedSincInterpolateImageCosineFunction.h.
|
inlineoverrideprotected |
Definition at line 130 of file otbWindowedSincInterpolateImageCosineFunction.h.
|
privatedelete |
| virtual::itk::LightObject::Pointer otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
Reimplemented from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::CosineWindowFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double >.
|
static |
Method for creation through the object factory.
|
privatedelete |
|
inlineoverrideprotected |
Definition at line 133 of file otbWindowedSincInterpolateImageCosineFunction.h.
|
static |
Dimension underlying input image.
Definition at line 119 of file otbWindowedSincInterpolateImageCosineFunction.h.
1.9.1