![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Header part of macros set for kernel attribute class declaration. More...
#include <IPSDKBaseProcessing/Attribute/Base/AttributeHdrMacros.h>#include <IPSDKImageProcessing/Attribute/Kernel/KernelXY/BaseMandatoryKernelXYAttribute.h>#include <IPSDKImageProcessing/Attribute/Kernel/KernelXY/BaseOptionalKernelXYAttribute.h>#include <IPSDKImageProcessing/Attribute/Kernel/KernelXYZ/BaseMandatoryKernelXYZAttribute.h>#include <IPSDKImageProcessing/Attribute/Kernel/KernelXYZ/BaseOptionalKernelXYZAttribute.h>#include <IPSDKImageProcessing/Rule/Kernel/KernelRuleOperators.h>Go to the source code of this file.
Macros | |
| #define | IPSDK_DECLARE_KERNEL_ATTRIBUTE_BODY(libraryName, className, baseClassName, RuleString) |
| [Internal] macro allowing to declare a kernel attribute body concrete class More... | |
| #define | IPSDK_DECLARE_KERNEL_ATTRIBUTE(libraryName, className, baseClassName, RuleString) |
| [Internal] macro allowing to declare a kernel attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_KERNEL_XY_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare a mandatory input kernel xy attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_KERNEL_XYZ_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare a mandatory input kernel xyz attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_KERNEL_XY_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare an optional input kernel xy attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_KERNEL_XYZ_ATTRIBUTE(libraryName, className, RuleString) |
| macros allowing to declare an optional input kernel xyz attribute concrete class More... | |
Header part of macros set for kernel attribute class declaration.
| #define IPSDK_DECLARE_KERNEL_ATTRIBUTE_BODY | ( | libraryName, | |
| className, | |||
| baseClassName, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare a kernel attribute body concrete class
| #define IPSDK_DECLARE_KERNEL_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| baseClassName, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare a kernel attribute concrete class
| #define IPSDK_DECLARE_INPUT_KERNEL_XY_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory input kernel xy attribute concrete class
| #define IPSDK_DECLARE_INPUT_KERNEL_XYZ_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare a mandatory input kernel xyz attribute concrete class
| #define IPSDK_DECLARE_INPUT_OPTIONAL_KERNEL_XY_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional input kernel xy attribute concrete class
| #define IPSDK_DECLARE_INPUT_OPTIONAL_KERNEL_XYZ_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| RuleString | |||
| ) |
macros allowing to declare an optional input kernel xyz attribute concrete class
1.8.14