#include <ImLib3D/Image3D.hpp>
#include <ImLib3D/ImageProcessor.hxx>
Include dependency graph for ImageProcessor.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | TMPDEF ImageArg<Im,const Im> |
Enumerations | |
enum | ImageArgFlag { IMARG_NOTDEFINED, IMARG_INPLACE, IMARG_NOTINPLACE } |
Functions | |
template<class Im> | |
vector< TMPDEF > | ImArgs (const Im &a1, const Im &a2, const Im &a3, const Im &a4) |
template<class Im> | |
vector< TMPDEF > | ImArgs (const Im &a1, const Im &a2, const Im &a3) |
template<class Im> | |
vector< TMPDEF > | ImArgs (const Im &a1, const Im &a2) |
template<class Im> | |
vector< TMPDEF > | ImArgs (const Im &a1) |
<long description="">
See AUTHORS and COPYING files for more information
Definition in file ImageProcessor.hpp.
|
defines if the calculation can be done inplace or not
Definition at line 38 of file ImageProcessor.hpp. |