OTB
9.0.0
Orfeo Toolbox
|
#include <otbProjectiveProjectionImageFilter.h>
Public Types | |
typedef TInput | InputType |
typedef TOutput | OutputType |
typedef TPrecision | PrecisionType |
Public Member Functions | |
const InputType & | GetProjectionDirection () |
OutputType | operator() (const InputType &in) |
vcl_size_t | OutputSize (const std::array< vcl_size_t, 1 > &nbBands) const |
ProjectiveProjectionFunctor () | |
void | SetProjectionDirection (const InputType &p) |
virtual | ~ProjectiveProjectionFunctor () |
Private Attributes | |
unsigned int | m_OutputSize |
InputType | m_ProjectionDirection |
Applies a projective projection to a pixel.
Definition at line 42 of file otbProjectiveProjectionImageFilter.h.
typedef TInput otb::Functor::ProjectiveProjectionFunctor< TInput, TOutput, TPrecision >::InputType |
Definition at line 45 of file otbProjectiveProjectionImageFilter.h.
typedef TOutput otb::Functor::ProjectiveProjectionFunctor< TInput, TOutput, TPrecision >::OutputType |
Definition at line 46 of file otbProjectiveProjectionImageFilter.h.
typedef TPrecision otb::Functor::ProjectiveProjectionFunctor< TInput, TOutput, TPrecision >::PrecisionType |
Definition at line 47 of file otbProjectiveProjectionImageFilter.h.
|
inline |
Definition at line 49 of file otbProjectiveProjectionImageFilter.h.
|
inlinevirtual |
Definition at line 52 of file otbProjectiveProjectionImageFilter.h.
const ProjectiveProjectionFunctor< TInput, TOutput, TPrecision >::InputType & otb::Functor::ProjectiveProjectionFunctor< TInput, TOutput, TPrecision >::GetProjectionDirection |
Definition at line 39 of file otbProjectiveProjectionImageFilter.hxx.
ProjectiveProjectionFunctor< TInput, TOutput, TPrecision >::OutputType otb::Functor::ProjectiveProjectionFunctor< TInput, TOutput, TPrecision >::operator() | ( | const InputType & | in | ) |
Definition at line 53 of file otbProjectiveProjectionImageFilter.hxx.
vcl_size_t otb::Functor::ProjectiveProjectionFunctor< TInput, TOutput, TPrecision >::OutputSize | ( | const std::array< vcl_size_t, 1 > & | nbBands | ) | const |
Definition at line 32 of file otbProjectiveProjectionImageFilter.hxx.
void otb::Functor::ProjectiveProjectionFunctor< TInput, TOutput, TPrecision >::SetProjectionDirection | ( | const InputType & | p | ) |
Definition at line 45 of file otbProjectiveProjectionImageFilter.hxx.
|
private |
Definition at line 65 of file otbProjectiveProjectionImageFilter.h.
|
private |
Definition at line 66 of file otbProjectiveProjectionImageFilter.h.