kdTree_m Module

kd-treeモジュール


Uses

  • module~~kdtree_m~~UsesGraph module~kdtree_m kdTree_m module~sort_m sort_m module~kdtree_m->module~sort_m

Used by

  • module~~kdtree_m~~UsedByGraph module~kdtree_m kdTree_m module~unstructuredgrid_m unstructuredGrid_m module~unstructuredgrid_m->module~kdtree_m program~kdtree_test kdTree_test program~kdtree_test->module~kdtree_m program~kdtree_test->module~unstructuredgrid_m module~flow_field_m flow_field_m module~flow_field_m->module~unstructuredgrid_m program~boxflowfield boxFlowField program~boxflowfield->module~unstructuredgrid_m program~cellcentercalc_test cellCenterCalc_test program~cellcentercalc_test->module~unstructuredgrid_m module~dropletmotionsimulation dropletMotionSimulation module~dropletmotionsimulation->module~flow_field_m program~main MAIN program~main->module~dropletmotionsimulation

Contents


Derived Types

type, public ::  kdTree

Type-Bound Procedures

procedure , public , :: read_kdTree Subroutine
procedure , public , :: saveAsTXT Subroutine
procedure , public , :: saveAsDOT Subroutine
procedure , public , :: set_relation Subroutine
procedure , public , :: search => search_kdTree Subroutine

Functions

public function kdTree_(xyz_origin)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: xyz_origin(:,:)

Return Value type(kdTree)