![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Internal source part of macros set for processing algorithm class implementation. More...
#include <IPSDKBaseProcessing/Processor/ProcessorSrcMacros.h>#include <IPSDKBaseProcessing/Logger/IPSDKBaseProcessingLog.h>#include <IPSDKBaseProcessing/Algorithm/Function/AlgorithmFunctionLogMessages.h>#include <boost/static_assert.hpp>Go to the source code of this file.
Macros | |
| #define | IPSDK_ENUM_IDENTIFIER_VALUE_MACRO(z, n, dataTypeSeq) |
| [Internal] macro allowing to enumerate data type identifiers underlying values More... | |
| #define | IPSDK_INIT_IDENTIFIER_FROM_VALUE_MACRO(r, _, idx, dataType) |
| [Internal] macro allowing to generate a data type identifier from a value (first element is not proceeded) More... | |
| #define | IPSDK_REGISTER_ALGORITHM_FUNCTION_MACRO(className, dataTypeSeq, instructionSetsIdentifier, functionEfficiency) |
| [Internal] macro allowing to register an image processing function More... | |
Internal source part of macros set for processing algorithm class implementation.
| #define IPSDK_ENUM_IDENTIFIER_VALUE_MACRO | ( | z, | |
| n, | |||
| dataTypeSeq | |||
| ) |
[Internal] macro allowing to enumerate data type identifiers underlying values
| #define IPSDK_INIT_IDENTIFIER_FROM_VALUE_MACRO | ( | r, | |
| _, | |||
| idx, | |||
| dataType | |||
| ) |
[Internal] macro allowing to generate a data type identifier from a value (first element is not proceeded)
| #define IPSDK_REGISTER_ALGORITHM_FUNCTION_MACRO | ( | className, | |
| dataTypeSeq, | |||
| instructionSetsIdentifier, | |||
| functionEfficiency | |||
| ) |
[Internal] macro allowing to register an image processing function
1.8.14