aimstil  5.0.5
if_then_else.h File Reference
#include "til/til_common.h"
Include dependency graph for if_then_else.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 

Functions

template<class TImage1 , class TImage2 , class PixelTest , class PixelAction1 , class PixelAction2 >
void til::if_then_else_old (const TImage1 &in, TImage2 &out, const PixelTest &test, PixelAction1 &actionIf, PixelAction2 &actionElse)
 
template<class TImage , class PixelTest , class PixelAction1 , class PixelAction2 >
void til::if_then_else_old (TImage &im, const PixelTest &test, PixelAction1 &actionIf, PixelAction2 &actionElse)
 
template<class TImage1 , class TImage2 , class PixelTest , class PixelAction >
void til::if_then (const TImage1 &in, TImage2 &out, const PixelTest &test, PixelAction &action)
 
template<class TImage , class PixelTest , class PixelAction >
void til::if_then (TImage &im, const PixelTest &test, PixelAction &action)
 
template<class TImage , class PixelTest , class PixelAction >
void til::if_then_inInterior (TImage &im, const PixelTest &test, PixelAction &action)