OcTreeSearch Function

public recursive function OcTreeSearch(Points, PointIdx, MinimumDist) result(ret)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: Points(:,:)
integer(kind=int32), intent(in) :: PointIdx(:)
real(kind=real64), intent(in) :: MinimumDist

Return Value integer(kind=int32), allocatable, (:)