HORSES3D
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
KDtree_SetUpRoot
Subroutine
27 statements
Source File
KDClass.f90
KDClass
KDtree_SetUpRoot
Contents
public subroutine KDtree_SetUpRoot(this, stl, Vertices, PointList)
Type Bound
KDtree
Arguments
Type
Intent
Optional
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
(:)