Go to the source code of this file.
Defines |
#define | vipl_accessors_vil1_image_txx_ |
#define | VIPL_INSTANTIATE_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) |
Define Documentation
#define vipl_accessors_vil1_image_txx_ |
#define VIPL_INSTANTIATE_ACCESSORS |
( |
|
T | ) |
|
Value:template T fgetpixel(vil1_image const&, int, int, T);\
template void fsetpixel(vil1_image&, int, int, T);\
template T getpixel(vil1_image const&, int, int, T);\
template void setpixel(vil1_image&, int, int, T)
Definition at line 34 of file vipl_accessors_vil1_image.txx.
Function Documentation
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 |
|
) |
| |