KDtree_construct Subroutine

public subroutine KDtree_construct(this, stl, Vertices, isPlot, Min_n_of_Objs, PointList, lvl)

Uses

Type Bound

KDtree

Arguments

Type IntentOptional Attributes Name
class(KDtree), intent(inout) :: this
type(STLfile), intent(in) :: stl
real(kind=RP), intent(in) :: Vertices(:,:)
logical, intent(in) :: isPlot
integer, intent(in) :: Min_n_of_Objs
type(point_type), intent(in), optional :: PointList(:)
integer, intent(in), optional :: lvl