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