#include "vipl_accessors_vcl_vector.h"
#include <vipl/section/vipl_filterable_section_container_generator_vcl_vector.txx>
#include <vcl_cassert.h>
Go to the source code of this file.
Defines | |
| #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 VIPL_INSTANTIATE_ACCESSORS | ( | T | ) |
| DataType fgetpixel | ( | vcl_vector< DataType > const & | i, | |
| int | x, | |||
| int | y, | |||
| DataType | ||||
| ) |
Definition at line 9 of file vipl_accessors_vcl_vector.txx.
| void fsetpixel | ( | vcl_vector< DataType > & | i, | |
| int | x, | |||
| int | y, | |||
| DataType | e | |||
| ) |
Definition at line 15 of file vipl_accessors_vcl_vector.txx.
| DataType getpixel | ( | vcl_vector< DataType > const & | i, | |
| int | x, | |||
| int | y, | |||
| DataType | ||||
| ) |
Definition at line 20 of file vipl_accessors_vcl_vector.txx.
| void setpixel | ( | vcl_vector< DataType > & | i, | |
| int | x, | |||
| int | y, | |||
| DataType | e | |||
| ) |
Definition at line 25 of file vipl_accessors_vcl_vector.txx.
1.5.1