Image Component Library (ICL)
Classes | Namespaces | Macros
UnaryOp.h File Reference
#include <ICLUtils/CompatMacros.h>
#include <ICLUtils/Configurable.h>
#include <ICLFilter/OpROIHandler.h>

Go to the source code of this file.

Classes

class  icl::filter::UnaryOp
 Abstract Base class for Unary Operators. More...
 

Namespaces

 icl
 undocument this line if you encounter any issues!
 
 icl::filter
 

Macros

#define DYNAMIC_UNARY_OP_CREATION_FUNCTION(NAME)
 

Macro Definition Documentation

◆ DYNAMIC_UNARY_OP_CREATION_FUNCTION

#define DYNAMIC_UNARY_OP_CREATION_FUNCTION (   NAME)
Value:
extern "C" { \
UnaryOp *create_##NAME(const std::string &s){ \
return NAME(s); \
} \
}