core/vil/vil_fill.h File Reference


Detailed Description

Various functions for manipulating image views.

Author:
Tim Cootes - Manchester

Definition in file vil_fill.h.

#include <vcl_cassert.h>
#include <vil/vil_image_view.h>
#include <vcl_algorithm.h>

Go to the source code of this file.


Functions

template<class T>
void vil_fill_line (T *data, unsigned n, vcl_ptrdiff_t step, T value)
 Fill data[i*step] (i=0.

Function Documentation

template<class T>
void vil_fill_line ( T *  data,
unsigned  n,
vcl_ptrdiff_t  step,
value 
)

Fill data[i*step] (i=0.

.n-1) with given value.

See also:
vil_fill_line(vil_image_view<T>)

Definition at line 44 of file vil_fill.h.


Generated on Mon Nov 23 05:08:40 2009 for core/vil by  doxygen 1.5.1