![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Header part of macros set for image processing enumerate attributes class declaration. More...
#include <IPSDKImageProcessing/IPSDKImageProcessingExports.h>#include <IPSDKBaseProcessing/Attribute/Base/AttributeHdrMacros.h>#include <IPSDKImageProcessing/Attribute/IPEnum/IPEnumAttribute.h>#include <IPSDKImageProcessing/Rule/IPEnum/IPEnumRuleOperators.h>#include <boost/thread/lock_guard.hpp>#include <boost/smart_ptr/make_shared_object.hpp>Go to the source code of this file.
Macros | |
| #define | IPSDK_DECLARE_IPENUM_ATTRIBUTE_BODY(libraryName, className, EnumType, RuleString) |
| [Internal] macro allowing to declare an image processing enumerate attribute body concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_IPENUM_ATTRIBUTE(libraryName, className, EnumType, RuleString) |
| macros allowing to declare an input image processing enumerate attribute concrete class More... | |
| #define | IPSDK_DECLARE_INPUT_OPTIONAL_IPENUM_ATTRIBUTE(libraryName, className, EnumType, RuleString, defaultValue) |
| macros allowing to declare an optional input image processing enumerate attribute concrete class More... | |
Header part of macros set for image processing enumerate attributes class declaration.
| #define IPSDK_DECLARE_IPENUM_ATTRIBUTE_BODY | ( | libraryName, | |
| className, | |||
| EnumType, | |||
| RuleString | |||
| ) |
[Internal] macro allowing to declare an image processing enumerate attribute body concrete class
| #define IPSDK_DECLARE_INPUT_IPENUM_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| EnumType, | |||
| RuleString | |||
| ) |
macros allowing to declare an input image processing enumerate attribute concrete class
| #define IPSDK_DECLARE_INPUT_OPTIONAL_IPENUM_ATTRIBUTE | ( | libraryName, | |
| className, | |||
| EnumType, | |||
| RuleString, | |||
| defaultValue | |||
| ) |
macros allowing to declare an optional input image processing enumerate attribute concrete class
1.8.14