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 static_fill (P &p, const V &v)

Generated on Sat May 2 13:50:17 2009 for Generic Image Library by  doxygen 1.5.6