It has no data and little functionality, providing only axis naming and composition methods.
Modifications
Peter Vanroose - Aug.2000 - converted to vxl
Definition in file vipl_filter_abs.h.
Go to the source code of this file.
Classes | |
| class | vipl_filter_abs |
Defines | |
| #define | FILTER_IMPTR_DEC_REFCOUNT(v) ((v)->dec_refcount(),(v)=0) |
| #define | FILTER_IMPTR_INC_REFCOUNT(v) ((v)->inc_refcount()) |
| #define | FILTER_KERNPTR_DEC_REFCOUNT(v) ((v)->dec_refcount()) |
| #define FILTER_IMPTR_DEC_REFCOUNT | ( | v | ) | ((v)->dec_refcount(),(v)=0) |
Definition at line 21 of file vipl_filter_abs.h.
| #define FILTER_IMPTR_INC_REFCOUNT | ( | v | ) | ((v)->inc_refcount()) |
Definition at line 24 of file vipl_filter_abs.h.
| #define FILTER_KERNPTR_DEC_REFCOUNT | ( | v | ) | ((v)->dec_refcount()) |
Definition at line 27 of file vipl_filter_abs.h.
1.5.1