#include <typeinfo>
#include <cstring>
#include <cmath>
#include <cassert>
#include "tpimage.h"
Go to the source code of this file.
Functions | |
template<class T > | |
void | Fill (const Image< T > &img, T value) |
Fill image data with a certain value. |
Templated image utility functions
Definition in file tpimageutil.h.
void Fill | ( | const Image< T > & | img, | |
T | value | |||
) | [inline] |
Fill image data with a certain value.
value | value to be used for filling |
img | image to be filled |
Definition at line 35 of file tpimageutil.cpp.