Go to the source code of this file.
Defines |
#define | vipl_accessors_vcl_vector_txx_ |
#define | VIPL_INSTANTIATE_ACCESSORS(T) |
Functions |
template<class DataType > |
DataType | fgetpixel (vcl_vector< DataType > const &i, int x, int y, DataType) |
template<class DataType > |
void | fsetpixel (vcl_vector< DataType > &i, int x, int y, DataType e) |
template<class DataType > |
DataType | getpixel (vcl_vector< DataType > const &i, int x, int y, DataType) |
template<class DataType > |
void | setpixel (vcl_vector< DataType > &i, int x, int y, DataType e) |
Define Documentation
#define vipl_accessors_vcl_vector_txx_ |
#define VIPL_INSTANTIATE_ACCESSORS |
( |
|
T | ) |
|
Value:template T fgetpixel(vcl_vector<T > const&, int, int, T);\
template void fsetpixel(vcl_vector<T >&, int, int, T);\
template T getpixel(vcl_vector<T > const&, int, int, T);\
template void setpixel(vcl_vector<T >&, int, int, T)
Definition at line 32 of file vipl_accessors_vcl_vector.txx.
Function Documentation
template<class DataType >
DataType fgetpixel |
( |
vcl_vector< DataType > const & |
i, |
|
|
int |
x, |
|
|
int |
y, |
|
|
DataType |
|
|
) |
| |
template<class DataType >
void fsetpixel |
( |
vcl_vector< DataType > & |
i, |
|
|
int |
x, |
|
|
int |
y, |
|
|
DataType |
e |
|
) |
| |
template<class DataType >
DataType getpixel |
( |
vcl_vector< DataType > const & |
i, |
|
|
int |
x, |
|
|
int |
y, |
|
|
DataType |
|
|
) |
| |
template<class DataType >
void setpixel |
( |
vcl_vector< DataType > & |
i, |
|
|
int |
x, |
|
|
int |
y, |
|
|
DataType |
e |
|
) |
| |