![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Source part of macros for geometry measurements 2d management. More...
#include <IPSDKSerialization/Engine/SerializationSrcMacro.h>#include <IPSDKGeometry/Measure/MeasureLogMessages.h>#include <IPSDKGeometry/Logger/IPSDKGeometryLog.h>#include <IPSDKGeometry/Entity/2d/Point/Point2d.h>#include <IPSDKGeometry/Entity/2d/Vector/Vector2d.h>#include <IPSDKGeometry/Entity/2d/BoundingBox/BoundingBox2d.h>#include <IPSDKGeometry/Entity/2d/PointCloud/PointCloud2d.h>#include <IPSDKGeometry/Entity/2d/Polygon/Polygon2d.h>#include <IPSDKGeometry/Entity/2d/PolygonWithHoles/PolygonWithHoles2d.h>#include <IPSDKGeometry/Entity/2d/Shape/Shape2d.h>#include <IPSDKGeometry/Entity/2d/Circle/Circle2d.h>#include <IPSDKGeometry/Entity/2d/Ellipse/Ellipse2d.h>#include <IPSDKGeometry/Entity/2d/Square/Square2d.h>#include <IPSDKGeometry/Entity/2d/Rectangle/Rectangle2d.h>Go to the source code of this file.
Macros | |
| #define | IPSDK_IMPLEMENT_GEOMETRY_MEASURE_2D(libraryName, namespaceSeq, className, version) |
| Macro allowing to implement a geometry measure 2d. More... | |
| #define | IPSDK_REGISTER_GEOMETRY_MEASURE_2D_MACRO(r, classInfo, type) |
| Macro allowing to register a geometry measure 2d method. More... | |
| #define | IPSDK_REGISTER_GEOMETRY_MEASURE_2D(className, entityType, typeSeq) |
| Macro allowing to register a geometry measure 2d method. More... | |
Source part of macros for geometry measurements 2d management.
| #define IPSDK_IMPLEMENT_GEOMETRY_MEASURE_2D | ( | libraryName, | |
| namespaceSeq, | |||
| className, | |||
| version | |||
| ) |
Macro allowing to implement a geometry measure 2d.
| #define IPSDK_REGISTER_GEOMETRY_MEASURE_2D_MACRO | ( | r, | |
| classInfo, | |||
| type | |||
| ) |
Macro allowing to register a geometry measure 2d method.
| #define IPSDK_REGISTER_GEOMETRY_MEASURE_2D | ( | className, | |
| entityType, | |||
| typeSeq | |||
| ) |
Macro allowing to register a geometry measure 2d method.
1.8.14