#include "vipl_accessors_section.h"
#include "../vipl_filterable_section_container_generator_section.txx"
Go to the source code of this file.
Defines |
#define | vipl_accessors_section_txx_ |
#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 Documentation
#define vipl_accessors_section_txx_ |
#define VIPL_INSTANTIATE_ACCESSORS |
( |
|
T | ) |
|
Value:template T fgetpixel(section<T,2> const&, int, int, T);\
template void fsetpixel(section<T,2>&, int, int, T);\
template T getpixel(section<T,2> const&, int, int, T);\
template void setpixel(section<T,2>&, int, int, T)
Definition at line 27 of file vipl_accessors_section.txx.
Function Documentation
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 |
|
) |
| |