![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Macros set allowing to activate data status in derived classes. More...
#include <IPSDKBaseData/DataStatus/DataStatusTypes.h>Go to the source code of this file.
Classes | |
| class | ipsdk::DataIOStatus< domain > |
| template class used for data io state interpretation More... | |
| class | ipsdk::DataOptStatus< domain > |
| template class used for data optional state interpretation More... | |
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
Macros | |
| #define | IPSDK_DECLARE_IO_DATA() |
| [Internal] macro allowing to declare a data with io status More... | |
| #define | IPSDK_DECLARE_INPUT_DATA() |
| macro allowing to declare an input data More... | |
| #define | IPSDK_DECLARE_OUTPUT_DATA() |
| macro allowing to declare an output data More... | |
| #define | IPSDK_DECLARE_INOUT_DATA() |
| macro allowing to declare an in/out data More... | |
| #define | IPSDK_DECLARE_OPT_DATA() |
| [Internal] macro allowing to declare a data with optional status More... | |
| #define | IPSDK_DECLARE_MANDATORY_DATA() |
| macro allowing to declare a mandatory data More... | |
| #define | IPSDK_DECLARE_OPTIONAL_DATA() |
| macro allowing to declare a optional data More... | |
Macros set allowing to activate data status in derived classes.
| #define IPSDK_DECLARE_IO_DATA | ( | ) |
[Internal] macro allowing to declare a data with io status
| #define IPSDK_DECLARE_INPUT_DATA | ( | ) |
macro allowing to declare an input data
| #define IPSDK_DECLARE_OUTPUT_DATA | ( | ) |
macro allowing to declare an output data
| #define IPSDK_DECLARE_INOUT_DATA | ( | ) |
macro allowing to declare an in/out data
| #define IPSDK_DECLARE_OPT_DATA | ( | ) |
[Internal] macro allowing to declare a data with optional status
| #define IPSDK_DECLARE_MANDATORY_DATA | ( | ) |
macro allowing to declare a mandatory data
| #define IPSDK_DECLARE_OPTIONAL_DATA | ( | ) |
macro allowing to declare a optional data
1.8.14