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