static_fill
[Algorithms and Utility Functions]


Detailed Description

Equivalent to std::fill.

Example:

rgb8_pixel_t p;
static_fill(p, 10);
assert(p == rgb8_pixel_t(10,10,10));


Functions

template<typename P, typename V>
GIL_FORCEINLINE void boost::gil::static_fill (P &p, const V &v)

Generated on Thu Nov 8 21:53:20 2007 for Generic Image Library by  doxygen 1.4.4