#include <vbl/vbl_array_2d.h>
#include <vipl/section/vipl_section_container.txx>
#include <vipl/section/vipl_section_iterator.txx>
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) |
Functions | |
| template<class DataType> | |
| vipl_section_container< DataType > * | vipl_filterable_section_container_generator (const vbl_array_2d< DataType > &im, DataType *) |
| #define FILTER_IMPTR_DEC_REFCOUNT | ( | v | ) | {delete (v); (v)=0;} |
Definition at line 6 of file vipl_filterable_section_container_generator_vbl_array_2d.txx.
| #define FILTER_IMPTR_INC_REFCOUNT | ( | v | ) |
Definition at line 7 of file vipl_filterable_section_container_generator_vbl_array_2d.txx.
| #define FILTER_KERNPTR_DEC_REFCOUNT | ( | v | ) |
Definition at line 8 of file vipl_filterable_section_container_generator_vbl_array_2d.txx.
| vipl_section_container<DataType>* vipl_filterable_section_container_generator | ( | const vbl_array_2d< DataType > & | im, | |
| DataType * | ||||
| ) |
Definition at line 14 of file vipl_filterable_section_container_generator_vbl_array_2d.txx.
1.5.1