Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudOctree
| Type | Name | Description | |
|---|---|---|---|
| void | InsertPoints
(
FLidarPointCloudPoint* Points, |
Inserts group of points into the Octree structure, internally thread-safe. | |
| void | InsertPoints
(
const FLidarPointCloudPoint* Points, |
Inserts group of points into the Octree structure, internally thread-safe. | |
| void | InsertPoints
(
FLidarPointCloudPoint** Points, |
Inserts group of points into the Octree structure, internally thread-safe. |