#include "vipl_accessors_vnl_vector.h"
#include "../vipl_filterable_section_container_generator_vnl_vector.txx"
#include <vcl_cassert.h>
Go to the source code of this file.
Defines | |
#define | vipl_accessors_vnl_vector_txx_ |
#define | VIPL_INSTANTIATE_ACCESSORS(T) |
Functions | |
template<class DataType > | |
DataType | fgetpixel (vnl_vector< DataType > const &i, int x, int y, DataType) |
template<class DataType > | |
void | fsetpixel (vnl_vector< DataType > &i, int x, int y, DataType e) |
template<class DataType > | |
DataType | getpixel (vnl_vector< DataType > const &i, int x, int y, DataType) |
template<class DataType > | |
void | setpixel (vnl_vector< DataType > &i, int x, int y, DataType e) |
#define vipl_accessors_vnl_vector_txx_ |
Definition at line 2 of file vipl_accessors_vnl_vector.txx.
#define VIPL_INSTANTIATE_ACCESSORS | ( | T | ) |
template T fgetpixel(vnl_vector<T > const&, int, int, T);\ template void fsetpixel(vnl_vector<T >&, int, int, T);\ template T getpixel(vnl_vector<T > const&, int, int, T);\ template void setpixel(vnl_vector<T >&, int, int, T)
Definition at line 31 of file vipl_accessors_vnl_vector.txx.
DataType fgetpixel | ( | vnl_vector< DataType > const & | i, |
int | x, | ||
int | y, | ||
DataType | |||
) |
Definition at line 9 of file vipl_accessors_vnl_vector.txx.
void fsetpixel | ( | vnl_vector< DataType > & | i, |
int | x, | ||
int | y, | ||
DataType | e | ||
) |
Definition at line 15 of file vipl_accessors_vnl_vector.txx.
DataType getpixel | ( | vnl_vector< DataType > const & | i, |
int | x, | ||
int | y, | ||
DataType | |||
) |
Definition at line 20 of file vipl_accessors_vnl_vector.txx.
void setpixel | ( | vnl_vector< DataType > & | i, |
int | x, | ||
int | y, | ||
DataType | e | ||
) |
Definition at line 25 of file vipl_accessors_vnl_vector.txx.