|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbWrapperApplication_hxx
22 #define otbWrapperApplication_hxx
36 template <
class TImageType>
40 typename TImageType::Pointer ret;
45 return paramDown->
GetImage<TImageType>();
49 itkExceptionMacro(<< parameter <<
" parameter can't be casted to ImageType");
55 template <
class TImageType>
This class represent a parameter for the wrapper framework This class is a high level class represent...
This class represents a OutputImage parameter.
FloatVectorImageType * GetParameterImage(std::string const ¶meter)
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Parameter * GetParameterByKey(std::string const ¶meter, bool follow=true)
void SetParameterOutputImage(std::string const ¶meter, FloatVectorImageType *value)
void SetValue(ImageBaseType *image)