![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Header part of macros for geometry entity 2d management. More...
#include <IPSDKGeometry/Transform/2d/GeometryTransform2dListMacros.h>#include <IPSDKGeometry/Measure/2d/GeometryMeasure2dListMacros.h>#include <boost/preprocessor/seq/for_each.hpp>Go to the source code of this file.
Macros | |
| #define | IPSDK_ENUMERATE_GEOMETRY_TRANSFORM_2D_MACRO(s, _, TransformType) class TransformType; |
| [Internal] macro allowing to enumerate geometry transform 2d | |
| #define | IPSDK_ENUMERATE_GEOMETRY_TRANSFORM_2D_VISITORS() |
| macro allowing to enumerate geometry transform 2d types More... | |
| #define | IPSDK_ENUMERATE_GEOMETRY_MEASURE_2D_MACRO(s, _, MeasureInfo) class BOOST_PP_SEQ_ELEM(0, MeasureInfo); |
| [Internal] macro allowing to enumerate geometry measure 2d | |
| #define | IPSDK_ENUMERATE_GEOMETRY_MEASURE_2D_VISITORS() |
| macro allowing to enumerate geometry measure 2d types More... | |
| #define | IPSDK_DECLARE_ABSTRACT_GEOMETRY_TRANSFORM_2D_VISITOR_MACRO(s, _, TransformType) |
| [Internal] macro allowing to declare abstract geometry transform 2d visitor More... | |
| #define | IPSDK_DECLARE_ABSTRACT_GEOMETRY_TRANSFORM_2D_VISITORS() |
| [Internal] Macro allowing to declare abstract geometry transform 2d visitors More... | |
| #define | IPSDK_DECLARE_ABSTRACT_GEOMETRY_MEASURE_2D_VISITOR_MACRO(s, _, MeasureInfo) |
| [Internal] macro allowing to declare abstract geometry measure 2d visitor More... | |
| #define | IPSDK_DECLARE_ABSTRACT_GEOMETRY_MEASURE_2D_VISITORS() |
| [Internal] Macro allowing to declare abstract geometry measure 2d visitors More... | |
| #define | IPSDK_DECLARE_GEOMETRY_TRANSFORM_2D_VISITOR_MACRO(s, _, TransformType) |
| [Internal] macro allowing to declare geometry transform 2d visitor More... | |
| #define | IPSDK_DECLARE_GEOMETRY_TRANSFORM_2D_VISITORS() |
| [Internal] Macro allowing to declare geometry transform 2d visitors More... | |
| #define | IPSDK_DECLARE_GEOMETRY_MEASURE_2D_VISITOR_MACRO(s, _, MeasureInfo) |
| [Internal] macro allowing to declare geometry measure 2d visitor More... | |
| #define | IPSDK_DECLARE_GEOMETRY_MEASURE_2D_VISITORS() |
| [Internal] Macro allowing to declare geometry measure 2d visitors More... | |
| #define | IPSDK_DECLARE_GEOMETRY_ENTITY_2D(libraryName, className) |
| Macro allowing to declare a geometry entity 2d. More... | |
Header part of macros for geometry entity 2d management.
| #define IPSDK_ENUMERATE_GEOMETRY_TRANSFORM_2D_VISITORS | ( | ) |
macro allowing to enumerate geometry transform 2d types
| #define IPSDK_ENUMERATE_GEOMETRY_MEASURE_2D_VISITORS | ( | ) |
macro allowing to enumerate geometry measure 2d types
| #define IPSDK_DECLARE_ABSTRACT_GEOMETRY_TRANSFORM_2D_VISITOR_MACRO | ( | s, | |
| _, | |||
| TransformType | |||
| ) |
[Internal] macro allowing to declare abstract geometry transform 2d visitor
| #define IPSDK_DECLARE_ABSTRACT_GEOMETRY_TRANSFORM_2D_VISITORS | ( | ) |
[Internal] Macro allowing to declare abstract geometry transform 2d visitors
| #define IPSDK_DECLARE_ABSTRACT_GEOMETRY_MEASURE_2D_VISITOR_MACRO | ( | s, | |
| _, | |||
| MeasureInfo | |||
| ) |
[Internal] macro allowing to declare abstract geometry measure 2d visitor
| #define IPSDK_DECLARE_ABSTRACT_GEOMETRY_MEASURE_2D_VISITORS | ( | ) |
[Internal] Macro allowing to declare abstract geometry measure 2d visitors
| #define IPSDK_DECLARE_GEOMETRY_TRANSFORM_2D_VISITOR_MACRO | ( | s, | |
| _, | |||
| TransformType | |||
| ) |
[Internal] macro allowing to declare geometry transform 2d visitor
| #define IPSDK_DECLARE_GEOMETRY_TRANSFORM_2D_VISITORS | ( | ) |
[Internal] Macro allowing to declare geometry transform 2d visitors
| #define IPSDK_DECLARE_GEOMETRY_MEASURE_2D_VISITOR_MACRO | ( | s, | |
| _, | |||
| MeasureInfo | |||
| ) |
[Internal] macro allowing to declare geometry measure 2d visitor
| #define IPSDK_DECLARE_GEOMETRY_MEASURE_2D_VISITORS | ( | ) |
[Internal] Macro allowing to declare geometry measure 2d visitors
| #define IPSDK_DECLARE_GEOMETRY_ENTITY_2D | ( | libraryName, | |
| className | |||
| ) |
Macro allowing to declare a geometry entity 2d.
1.8.14