#include <vil1/vil1_image.h>
Go to the source code of this file.
Defines | |
#define | FILTER_IMPTR_DEC_REFCOUNT(v) {delete (v); (v)=0;} |
#define | FILTER_IMPTR_INC_REFCOUNT(v) |
#define | FILTER_KERNPTR_DEC_REFCOUNT(v) |
#define | VIPL_DECLARE_ACCESSORS(T) |
Functions | |
template<class DataType > | |
DataType | fgetpixel (vil1_image const &i, int x, int y, DataType) |
template<class DataType > | |
void | fsetpixel (vil1_image &i, int x, int y, DataType e) |
template<class DataType > | |
DataType | getpixel (vil1_image const &i, int x, int y, DataType) |
template<class DataType > | |
void | setpixel (vil1_image &i, int x, int y, DataType e) |
Definition at line 6 of file vipl_accessors_vil1_image.h.
#define FILTER_IMPTR_INC_REFCOUNT | ( | v | ) |
Definition at line 8 of file vipl_accessors_vil1_image.h.
#define FILTER_KERNPTR_DEC_REFCOUNT | ( | v | ) |
Definition at line 10 of file vipl_accessors_vil1_image.h.
#define VIPL_DECLARE_ACCESSORS | ( | T | ) |
DataType fgetpixel | ( | vil1_image const & | i, |
int | x, | ||
int | y, | ||
DataType | |||
) |
Definition at line 8 of file vipl_accessors_vil1_image.txx.
void fsetpixel | ( | vil1_image & | i, |
int | x, | ||
int | y, | ||
DataType | e | ||
) |
Definition at line 14 of file vipl_accessors_vil1_image.txx.
DataType getpixel | ( | vil1_image const & | i, |
int | x, | ||
int | y, | ||
DataType | |||
) |
Definition at line 20 of file vipl_accessors_vil1_image.txx.
void setpixel | ( | vil1_image & | i, |
int | x, | ||
int | y, | ||
DataType | e | ||
) |
Definition at line 27 of file vipl_accessors_vil1_image.txx.