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. | |
| void vil_fill_line | ( | T * | data, | |
| unsigned | n, | |||
| vcl_ptrdiff_t | step, | |||
| T | value | |||
| ) |
Fill data[i*step] (i=0.
.n-1) with given value.
Definition at line 44 of file vil_fill.h.
1.5.1