#include "vipl_accessors_vil1_image.h"
#include <vipl/section/vipl_filterable_section_container_generator_vil1_image.txx>
Go to the source code of this file.
Defines | |
| #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 VIPL_INSTANTIATE_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.
1.5.1