3 #include "DM/config.hpp"
4 #include "DM/IPoint.hpp"
5 #include "DM/IPolyline.hpp"
7 #include "DM/IPointIndexLeaf.hpp"
8 #include "DM/ObjectBase.hpp"
9 #include "DM/IPointSet.hpp"
11 #include "DM/Processor/AutoLink.hpp"
The kernel processor concept is used for manipulating geometry objects within an ODM in an efficient ...
Definition: IKernelEx.hpp:16
kernel for handling point object
Definition: IKernelEx.hpp:32
object representing a spatial leaf within a point index
Definition: IPointIndexLeaf.hpp:30
Smart pointer class using reference counting with support for DM objects (see ObjectBase)
Definition: Handle.hpp:98
Definition: M/c++_api/inc/DM/ObjectBase.hpp:8
a set of 3d point object
Definition: IPointSet.hpp:16
3d point object
Definition: IPoint.hpp:14