KDtree_buildTRIANGLES_BreadthFirst Subroutine

public recursive subroutine KDtree_buildTRIANGLES_BreadthFirst(this, Events, ObjsIndx, level, Depth_First)

Arguments

Type IntentOptional Attributes Name
type(KDtree), intent(inout), target :: this
type(Event), intent(inout), allocatable :: Events(:,:)
integer, intent(inout) :: ObjsIndx(:)
integer, intent(in) :: level
type(DepthFirst_type), intent(inout) :: Depth_First(:)