Definition in file vipl_filter.txx.
#include "vipl_filter.h"
#include <vcl_iostream.h>
#include <vcl_algorithm.h>
Go to the source code of this file.
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) |
| const VIPL_FILTER_STATE vipl_filter<ImgIn,ImgOut,DataIn,DataOut,Arity,PixelItr>::Filter_Owned VCL_STATIC_CONST_INIT_INT_DEFN | ( | 4 | ) |
| 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>::Ready VCL_STATIC_CONST_INIT_INT_DEFN | ( | 1 | ) |
| const VIPL_FILTER_STATE vipl_filter<ImgIn,ImgOut,DataIn,DataOut,Arity,PixelItr>::Not_Ready VCL_STATIC_CONST_INIT_INT_DEFN | ( | 0 | ) |
1.5.1