OTB
9.0.0
Orfeo Toolbox
|
#include <otbImageFunctionAdaptor.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef VariableLengthVectorConverter< InternalImageFunctionOutputType, TOutputPrecision > | ConverterType |
typedef TInternalImageFunctionType::CoordRepType | CoordRepType |
typedef Superclass::IndexType | IndexType |
typedef TInternalImageFunctionType::InputImageType | InputImageType |
typedef InternalImageFunctionType::OutputType | InternalImageFunctionOutputType |
typedef TInternalImageFunctionType | InternalImageFunctionType |
typedef Superclass::OutputType | OutputType |
typedef OutputType::ValueType | OutputValueType |
typedef itk::SmartPointer< Self > | Pointer |
typedef Superclass::PointType | PointType |
typedef ImageFunctionAdaptor | Self |
typedef itk::ImageFunction< typename TInternalImageFunctionType::InputImageType, itk::VariableLengthVector< TOutputPrecision >, typename TInternalImageFunctionType::CoordRepType > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
OutputType | Evaluate (const PointType &point) const override |
OutputType | EvaluateAtContinuousIndex (const ContinuousIndexType &cindex) const override |
OutputType | EvaluateAtIndex (const IndexType &index) const override |
virtual InternalImageFunctionType::Pointer | GetInternalImageFunction () const |
virtual const char * | GetNameOfClass () const |
virtual void | SetInternalImageFunction (typename InternalImageFunctionType::Pointer _arg) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = InputImageType::ImageDimension |
Protected Member Functions | |
ImageFunctionAdaptor () | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
~ImageFunctionAdaptor () override | |
Private Member Functions | |
ImageFunctionAdaptor (const Self &)=delete | |
void | operator= (const Self &)=delete |
Private Attributes | |
ConverterType::Pointer | m_Converter |
InternalImageFunctionType::Pointer | m_InternalImageFunction |
Adapt the output of the internal image function to be a itk::VariableLengthVector.
This class is templated over the ImageFunction type and the coordinate representation type.
Definition at line 49 of file otbImageFunctionAdaptor.h.
typedef itk::SmartPointer<const Self> otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::ConstPointer |
Definition at line 60 of file otbImageFunctionAdaptor.h.
typedef Superclass::ContinuousIndexType otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::ContinuousIndexType |
Definition at line 72 of file otbImageFunctionAdaptor.h.
typedef VariableLengthVectorConverter<InternalImageFunctionOutputType, TOutputPrecision> otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::ConverterType |
Definition at line 82 of file otbImageFunctionAdaptor.h.
typedef TInternalImageFunctionType::CoordRepType otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::CoordRepType |
Definition at line 70 of file otbImageFunctionAdaptor.h.
typedef Superclass::IndexType otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::IndexType |
Definition at line 71 of file otbImageFunctionAdaptor.h.
typedef TInternalImageFunctionType::InputImageType otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::InputImageType |
Definition at line 66 of file otbImageFunctionAdaptor.h.
typedef InternalImageFunctionType::OutputType otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::InternalImageFunctionOutputType |
Definition at line 79 of file otbImageFunctionAdaptor.h.
typedef TInternalImageFunctionType otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::InternalImageFunctionType |
Definition at line 78 of file otbImageFunctionAdaptor.h.
typedef Superclass::OutputType otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::OutputType |
Definition at line 74 of file otbImageFunctionAdaptor.h.
typedef OutputType::ValueType otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::OutputValueType |
Definition at line 75 of file otbImageFunctionAdaptor.h.
typedef itk::SmartPointer<Self> otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::Pointer |
Definition at line 59 of file otbImageFunctionAdaptor.h.
typedef Superclass::PointType otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::PointType |
Definition at line 73 of file otbImageFunctionAdaptor.h.
typedef ImageFunctionAdaptor otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::Self |
Definition at line 55 of file otbImageFunctionAdaptor.h.
typedef itk::ImageFunction<typename TInternalImageFunctionType::InputImageType, itk::VariableLengthVector<TOutputPrecision>, typename TInternalImageFunctionType::CoordRepType> otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::Superclass |
Definition at line 58 of file otbImageFunctionAdaptor.h.
|
protected |
Definition at line 29 of file otbImageFunctionAdaptor.hxx.
|
inlineoverrideprotected |
Definition at line 111 of file otbImageFunctionAdaptor.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >::CreateAnother | ( | void | ) | const |
|
inlineoverride |
Definition at line 92 of file otbImageFunctionAdaptor.h.
|
inlineoverride |
Definition at line 98 of file otbImageFunctionAdaptor.h.
|
override |
Definition at line 44 of file otbImageFunctionAdaptor.hxx.
|
virtual |
|
virtual |
|
static |
|
privatedelete |
|
overrideprotected |
Definition at line 36 of file otbImageFunctionAdaptor.hxx.
|
virtual |
|
static |
Definition at line 86 of file otbImageFunctionAdaptor.h.
|
private |
Definition at line 123 of file otbImageFunctionAdaptor.h.
|
private |
Definition at line 121 of file otbImageFunctionAdaptor.h.