TuttleOFX  1
init.hpp File Reference
#include <terry/globals.hpp>
#include <boost/gil/channel.hpp>
#include <boost/gil/pixel.hpp>
#include <functional>
Include dependency graph for init.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  terry::numeric::channel_zeros_t< Channel >
struct  terry::numeric::pixel_zeros_t< PixelRef >
 construct for setting a pixel to zero (for whatever zero means) More...
struct  terry::numeric::channel_ones_t< Channel >
struct  terry::numeric::pixel_ones_t< PixelRef >
 construct for setting a pixel to zero (for whatever zero means) More...

Namespaces

namespace  terry
namespace  terry::numeric

Functions

template<typename Pixel >
GIL_FORCEINLINE Pixel & terry::numeric::pixel_zeros (Pixel &p)
template<typename Pixel >
GIL_FORCEINLINE Pixel terry::numeric::pixel_zeros ()
template<typename Pixel >
GIL_FORCEINLINE Pixel & terry::numeric::pixel_ones (Pixel &p)
template<typename Pixel >
GIL_FORCEINLINE Pixel terry::numeric::pixel_ones ()