#include "vipl_accessors_vbl_array_2d.h"#include "../vipl_filterable_section_container_generator_vbl_array_2d.txx"Go to the source code of this file.
Defines | |
| #define | vipl_accessors_vbl_array_2d_txx_ |
| #define | VIPL_INSTANTIATE_ACCESSORS(T) |
Functions | |
| template<class DataType > | |
| DataType | fgetpixel (vbl_array_2d< DataType > const &i, int x, int y, DataType) |
| template<class DataType > | |
| void | fsetpixel (vbl_array_2d< DataType > &i, int x, int y, DataType e) |
| template<class DataType > | |
| DataType | getpixel (vbl_array_2d< DataType > const &i, int x, int y, DataType) |
| template<class DataType > | |
| void | setpixel (vbl_array_2d< DataType > &i, int x, int y, DataType e) |
| #define vipl_accessors_vbl_array_2d_txx_ |
Definition at line 2 of file vipl_accessors_vbl_array_2d.txx.
| #define VIPL_INSTANTIATE_ACCESSORS | ( | T | ) |
template T fgetpixel(vbl_array_2d<T > const&, int, int, T);\ template void fsetpixel(vbl_array_2d<T >&, int, int, T);\ template T getpixel(vbl_array_2d<T > const&, int, int, T);\ template void setpixel(vbl_array_2d<T >&, int, int, T)
Definition at line 27 of file vipl_accessors_vbl_array_2d.txx.
| DataType fgetpixel | ( | vbl_array_2d< DataType > const & | i, |
| int | x, | ||
| int | y, | ||
| DataType | |||
| ) |
Definition at line 8 of file vipl_accessors_vbl_array_2d.txx.
| void fsetpixel | ( | vbl_array_2d< DataType > & | i, |
| int | x, | ||
| int | y, | ||
| DataType | e | ||
| ) |
Definition at line 12 of file vipl_accessors_vbl_array_2d.txx.
| DataType getpixel | ( | vbl_array_2d< DataType > const & | i, |
| int | x, | ||
| int | y, | ||
| DataType | |||
| ) |
Definition at line 16 of file vipl_accessors_vbl_array_2d.txx.
| void setpixel | ( | vbl_array_2d< DataType > & | i, |
| int | x, | ||
| int | y, | ||
| DataType | e | ||
| ) |
Definition at line 21 of file vipl_accessors_vbl_array_2d.txx.
1.7.5.1