![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbPrintableImageFilter.h>
Public Types | |
| typedef TInputPixel | InputPixelType |
| typedef TMaskPixel | MaskPixelType |
| typedef OutputPixelType::ValueType | OutputInternalPixelType |
| typedef TOutputPixel | OutputPixelType |
Public Member Functions | |
| MaskPixelType | GetBackgroundValue () |
| OutputPixelType | GetObjectColor () |
| MaskFunctor () | |
| OutputPixelType | operator() (InputPixelType inPix, MaskPixelType maskPix) const |
| void | SetBackgroundValue (MaskPixelType val) |
| void | SetObjectColor (OutputPixelType val) |
| ~MaskFunctor () | |
Protected Attributes | |
| MaskPixelType | m_BackgroundValue |
| OutputPixelType | m_ObjectColor |
Output is a InputPixel if MaskPixel is m_Background and a defined other value (m_ObjectColor) otherwise.
Definition at line 45 of file otbPrintableImageFilter.h.
| typedef TInputPixel otb::Functor::MaskFunctor< TInputPixel, TMaskPixel, TOutputPixel >::InputPixelType |
Definition at line 58 of file otbPrintableImageFilter.h.
| typedef TMaskPixel otb::Functor::MaskFunctor< TInputPixel, TMaskPixel, TOutputPixel >::MaskPixelType |
Definition at line 59 of file otbPrintableImageFilter.h.
| typedef OutputPixelType::ValueType otb::Functor::MaskFunctor< TInputPixel, TMaskPixel, TOutputPixel >::OutputInternalPixelType |
Definition at line 61 of file otbPrintableImageFilter.h.
| typedef TOutputPixel otb::Functor::MaskFunctor< TInputPixel, TMaskPixel, TOutputPixel >::OutputPixelType |
Definition at line 60 of file otbPrintableImageFilter.h.
|
inline |
Definition at line 48 of file otbPrintableImageFilter.h.
|
inline |
Definition at line 54 of file otbPrintableImageFilter.h.
|
inline |
Definition at line 63 of file otbPrintableImageFilter.h.
|
inline |
Definition at line 72 of file otbPrintableImageFilter.h.
|
inline |
Definition at line 81 of file otbPrintableImageFilter.h.
|
inline |
Definition at line 67 of file otbPrintableImageFilter.h.
|
inline |
Definition at line 76 of file otbPrintableImageFilter.h.
|
protected |
Definition at line 101 of file otbPrintableImageFilter.h.
|
protected |
Definition at line 102 of file otbPrintableImageFilter.h.
1.8.17