Defines | Functions
contrib/tbl/vipl/accessors/vipl_accessors_vil_image_view.txx File Reference
#include "vipl_accessors_vil_image_view.h"
#include <vipl/section/vipl_filterable_section_container_generator_vil_image_view.txx>

Go to the source code of this file.

Defines

#define vipl_accessors_vil_image_view_txx_
#define VIPL_INSTANTIATE_ACCESSORS(T)

Functions

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

Define Documentation

#define vipl_accessors_vil_image_view_txx_

Definition at line 2 of file vipl_accessors_vil_image_view.txx.

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

Definition at line 34 of file vipl_accessors_vil_image_view.txx.


Function Documentation

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

Definition at line 8 of file vipl_accessors_vil_image_view.txx.

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

Definition at line 14 of file vipl_accessors_vil_image_view.txx.

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

Definition at line 20 of file vipl_accessors_vil_image_view.txx.

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

Definition at line 27 of file vipl_accessors_vil_image_view.txx.