contrib/tbl/vipl/accessors/vipl_accessors_vil_image_view.h File Reference

#include <vil/vil_image_view.h>

Go to the source code of this file.


Defines

#define FILTER_IMPTR_DEC_REFCOUNT(v)   { delete (v); (v)=0; }
#define FILTER_IMPTR_INC_REFCOUNT(v)
#define FILTER_KERNPTR_DEC_REFCOUNT(v)
#define VIPL_DECLARE_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 FILTER_IMPTR_DEC_REFCOUNT (  )     { delete (v); (v)=0; }

Definition at line 6 of file vipl_accessors_vil_image_view.h.

#define FILTER_IMPTR_INC_REFCOUNT (  ) 

Definition at line 8 of file vipl_accessors_vil_image_view.h.

#define FILTER_KERNPTR_DEC_REFCOUNT (  ) 

Definition at line 10 of file vipl_accessors_vil_image_view.h.

#define VIPL_DECLARE_ACCESSORS (  ) 

Value:

T fgetpixel(vil_image_view<T> const& i, int x, int y, T); \
void fsetpixel(vil_image_view<T>& i, int x, int y, T e); \
T getpixel(vil_image_view<T> const& i, int x, int y, T); \
void setpixel(vil_image_view<T>& i, int x, int y, T e)

Definition at line 16 of file vipl_accessors_vil_image_view.h.


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.


Generated on Sat Oct 11 05:13:26 2008 for contrib/tbl/vipl by  doxygen 1.5.1