Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudOctree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetPointsInBox_Internal
(
TArray< FLidarPointCloudPoint*, T >& SelectedPoints, |
LidarPointCloudOctree.h | ||
void GetPointsInBox_Internal
(
TArray< const FLidarPointCloudPoint*, T >& SelectedPoints, |
LidarPointCloudOctree.h |
GetPointsInBox_Internal(TArray< FLidarPointCloudPoint *, T > &, const FBox &, const bool &)
| Name | GetPointsInBox_Internal |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h |
| Include Path | #include "LidarPointCloudOctree.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloudOctree.cpp |
template<typename T>
void GetPointsInBox_Internal
(
TArray< FLidarPointCloudPoint *, T > & SelectedPoints,
const FBox & Box,
const bool & bVisibleOnly
)
GetPointsInBox_Internal(TArray< const FLidarPointCloudPoint *, T > &, const FBox &, const bool &)
| Name | GetPointsInBox_Internal |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h |
| Include Path | #include "LidarPointCloudOctree.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloudOctree.cpp |
template<typename T>
void GetPointsInBox_Internal
(
TArray< const FLidarPointCloudPoint *, T > & SelectedPoints,
const FBox & Box,
const bool & bVisibleOnly
) const