![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Source part of macros for geometry transform 3d management. More...
#include <IPSDKSerialization/Engine/SerializationSrcMacro.h>#include <IPSDKGeometry/Entity/3d/Point/Point3d.h>#include <IPSDKGeometry/Entity/3d/Vector/Vector3d.h>#include <IPSDKGeometry/Entity/3d/BoundingBox/BoundingBox3d.h>#include <IPSDKGeometry/Entity/3d/PointCloud/PointCloud3d.h>#include <IPSDKGeometry/Entity/3d/Sphere/Sphere3d.h>#include <IPSDKGeometry/Entity/3d/Triangle/Triangle3d.h>#include <IPSDKGeometry/Entity/3d/Ellipsoid/Ellipsoid3d.h>#include <IPSDKGeometry/Entity/3d/Cube/Cube3d.h>#include <IPSDKGeometry/Entity/3d/Cuboid/Cuboid3d.h>#include <IPSDKGeometry/Entity/3d/Mesh/Mesh3d.h>#include <IPSDKGeometry/Entity/3d/MeshWithHoles/MeshWithHoles3d.h>#include <IPSDKGeometry/Entity/3d/Shape/Shape3d.h>#include <IPSDKGeometry/Entity/3d/Segment/Segment3d.h>Go to the source code of this file.
Macros | |
| #define | IPSDK_IMPLEMENT_GEOMETRY_TRANSFORM_3D(libraryName, namespaceSeq, className, version) |
| Macro allowing to implement a geometry transform 3d. More... | |
| #define | IPSDK_IMPLEMENT_INSITU_GEOMETRY_TRANSFORM_3D(libraryName, namespaceSeq, className, version) |
| Macro allowing to implement an in situ geometry transform 3d. More... | |
| #define | IPSDK_REGISTER_INSITU_GEOMETRY_TRANSFORM_3D_MACRO(r, classInfo, type) |
| Macro allowing to register a insitu geometry transform 3d method. More... | |
| #define | IPSDK_REGISTER_INSITU_GEOMETRY_TRANSFORM_3D(className, entityType, typeSeq) |
| Macro allowing to register a insitu geometry transform 3d method. More... | |
| #define | IPSDK_REGISTER_NONINSITU_GEOMETRY_TRANSFORM_3D_MACRO(r, classInfo, type) |
| Macro allowing to register a insitu geometry transform 3d method. More... | |
| #define | IPSDK_REGISTER_NONINSITU_GEOMETRY_TRANSFORM_3D(className, entityType, typeSeq) |
| Macro allowing to register a insitu geometry transform 3d method. More... | |
Source part of macros for geometry transform 3d management.
| #define IPSDK_IMPLEMENT_GEOMETRY_TRANSFORM_3D | ( | libraryName, | |
| namespaceSeq, | |||
| className, | |||
| version | |||
| ) |
Macro allowing to implement a geometry transform 3d.
| #define IPSDK_IMPLEMENT_INSITU_GEOMETRY_TRANSFORM_3D | ( | libraryName, | |
| namespaceSeq, | |||
| className, | |||
| version | |||
| ) |
Macro allowing to implement an in situ geometry transform 3d.
| #define IPSDK_REGISTER_INSITU_GEOMETRY_TRANSFORM_3D_MACRO | ( | r, | |
| classInfo, | |||
| type | |||
| ) |
Macro allowing to register a insitu geometry transform 3d method.
| #define IPSDK_REGISTER_INSITU_GEOMETRY_TRANSFORM_3D | ( | className, | |
| entityType, | |||
| typeSeq | |||
| ) |
Macro allowing to register a insitu geometry transform 3d method.
| #define IPSDK_REGISTER_NONINSITU_GEOMETRY_TRANSFORM_3D_MACRO | ( | r, | |
| classInfo, | |||
| type | |||
| ) |
Macro allowing to register a insitu geometry transform 3d method.
| #define IPSDK_REGISTER_NONINSITU_GEOMETRY_TRANSFORM_3D | ( | className, | |
| entityType, | |||
| typeSeq | |||
| ) |
Macro allowing to register a insitu geometry transform 3d method.
1.8.14