KDtree_SetUpRoot Subroutine

public subroutine KDtree_SetUpRoot(this, stl, Vertices, PointList)

Type Bound

KDtree

Arguments

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