OTB  9.0.0
Orfeo Toolbox
Namespaces | Macros
otbWrapperInputImageParameter.hxx File Reference
#include "otbWrapperInputImageParameter.h"
#include "otbWrapperCastImage.h"
+ Include dependency graph for otbWrapperInputImageParameter.hxx:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 otb
 
 otb::Wrapper
 

Macros

#define CLAMP_IMAGE_BASE(T, image_base)
 
#define CLAMP_IMAGE_IF(Out, In, image_base)
 

Macro Definition Documentation

◆ CLAMP_IMAGE_BASE

#define CLAMP_IMAGE_BASE (   T,
  image_base 
)

Definition at line 42 of file otbWrapperInputImageParameter.hxx.

◆ CLAMP_IMAGE_IF

#define CLAMP_IMAGE_IF (   Out,
  In,
  image_base 
)
Value:
{ \
In* in_image = dynamic_cast<In*>(image_base); \
\
if (in_image) \
return Cast<Out, In>(in_image); \
}

Definition at line 34 of file otbWrapperInputImageParameter.hxx.