Go to the source code of this file.
Defines | |
| #define | vipl_filter_txx_ |
Functions | |
| template<class ImgIn , class ImgOut , class DataIn , class DataOut , int Arity, class PixelItr > | |
| const VIPL_FILTER_STATE vipl_filter< ImgIn, ImgOut, DataIn, DataOut, Arity, PixelItr >::Not_Ready | VCL_STATIC_CONST_INIT_INT_DEFN (0) |
| template<class ImgIn , class ImgOut , class DataIn , class DataOut , int Arity, class PixelItr > | |
| const VIPL_FILTER_STATE vipl_filter< ImgIn, ImgOut, DataIn, DataOut, Arity, PixelItr >::Ready | VCL_STATIC_CONST_INIT_INT_DEFN (1) |
| template<class ImgIn , class ImgOut , class DataIn , class DataOut , int Arity, class PixelItr > | |
| const VIPL_FILTER_STATE vipl_filter< ImgIn, ImgOut, DataIn, DataOut, Arity, PixelItr >::Unchanged | VCL_STATIC_CONST_INIT_INT_DEFN (2) |
| template<class ImgIn , class ImgOut , class DataIn , class DataOut , int Arity, class PixelItr > | |
| const VIPL_FILTER_STATE vipl_filter< ImgIn, ImgOut, DataIn, DataOut, Arity, PixelItr >::Filter_Owned | VCL_STATIC_CONST_INIT_INT_DEFN (4) |
Definition in file vipl_filter.txx.
| #define vipl_filter_txx_ |
Definition at line 3 of file vipl_filter.txx.
| const VIPL_FILTER_STATE vipl_filter<ImgIn,ImgOut,DataIn,DataOut,Arity,PixelItr>::Not_Ready VCL_STATIC_CONST_INIT_INT_DEFN | ( | 0 | ) |
| const VIPL_FILTER_STATE vipl_filter<ImgIn,ImgOut,DataIn,DataOut,Arity,PixelItr>::Ready VCL_STATIC_CONST_INIT_INT_DEFN | ( | 1 | ) |
| const VIPL_FILTER_STATE vipl_filter<ImgIn,ImgOut,DataIn,DataOut,Arity,PixelItr>::Unchanged VCL_STATIC_CONST_INIT_INT_DEFN | ( | 2 | ) |
| const VIPL_FILTER_STATE vipl_filter<ImgIn,ImgOut,DataIn,DataOut,Arity,PixelItr>::Filter_Owned VCL_STATIC_CONST_INIT_INT_DEFN | ( | 4 | ) |
1.7.5.1