Defines | Functions
contrib/tbl/vipl/vipl_with_vnl_matrix/accessors/vipl_accessors_vnl_matrix.txx File Reference
#include "vipl_accessors_vnl_matrix.h"
#include "../vipl_filterable_section_container_generator_vnl_matrix.txx"

Go to the source code of this file.

Defines

#define vipl_accessors_vnl_matrix_txx_
#define VIPL_INSTANTIATE_ACCESSORS(T)

Functions

template<class DataType >
DataType fgetpixel (vnl_matrix< DataType > const &i, int x, int y, DataType)
template<class DataType >
void fsetpixel (vnl_matrix< DataType > &i, int x, int y, DataType e)
template<class DataType >
DataType getpixel (vnl_matrix< DataType > const &i, int x, int y, DataType)
template<class DataType >
void setpixel (vnl_matrix< DataType > &i, int x, int y, DataType e)

Define Documentation

#define vipl_accessors_vnl_matrix_txx_

Definition at line 2 of file vipl_accessors_vnl_matrix.txx.

#define VIPL_INSTANTIATE_ACCESSORS (   T)
Value:
template T fgetpixel(vnl_matrix<T > const&, int, int, T);\
template void fsetpixel(vnl_matrix<T >&, int, int, T);\
template T getpixel(vnl_matrix<T > const&, int, int, T);\
template void setpixel(vnl_matrix<T >&, int, int, T)

Definition at line 27 of file vipl_accessors_vnl_matrix.txx.


Function Documentation

template<class DataType >
DataType fgetpixel ( vnl_matrix< DataType > const &  i,
int  x,
int  y,
DataType   
)

Definition at line 8 of file vipl_accessors_vnl_matrix.txx.

template<class DataType >
void fsetpixel ( vnl_matrix< DataType > &  i,
int  x,
int  y,
DataType  e 
)

Definition at line 12 of file vipl_accessors_vnl_matrix.txx.

template<class DataType >
DataType getpixel ( vnl_matrix< DataType > const &  i,
int  x,
int  y,
DataType   
)

Definition at line 16 of file vipl_accessors_vnl_matrix.txx.

template<class DataType >
void setpixel ( vnl_matrix< DataType > &  i,
int  x,
int  y,
DataType  e 
)

Definition at line 21 of file vipl_accessors_vnl_matrix.txx.