FV3 Bundle
type_kdtree::kdtree_type Type Reference
Collaboration diagram for type_kdtree::kdtree_type:
[legend]

Public Member Functions

procedure create => kdtree_create
 
procedure dealloc => kdtree_dealloc
 
procedure find_nearest_neighbors => kdtree_find_nearest_neighbors
 
procedure count_nearest_neighbors => kdtree_count_nearest_neighbors
 

Public Attributes

type(kdtree2), pointer tp
 
integer, dimension(:), allocatable from_eff
 

Detailed Description

Definition at line 22 of file type_kdtree.F90.

Member Function/Subroutine Documentation

◆ count_nearest_neighbors()

procedure type_kdtree::kdtree_type::count_nearest_neighbors ( )

Definition at line 29 of file type_kdtree.F90.

◆ create()

procedure type_kdtree::kdtree_type::create ( )

Definition at line 26 of file type_kdtree.F90.

◆ dealloc()

procedure type_kdtree::kdtree_type::dealloc ( )

Definition at line 27 of file type_kdtree.F90.

◆ find_nearest_neighbors()

procedure type_kdtree::kdtree_type::find_nearest_neighbors ( )

Definition at line 28 of file type_kdtree.F90.

Member Data Documentation

◆ from_eff

integer, dimension(:), allocatable type_kdtree::kdtree_type::from_eff

Definition at line 24 of file type_kdtree.F90.

◆ tp

type(kdtree2), pointer type_kdtree::kdtree_type::tp

Definition at line 23 of file type_kdtree.F90.


The documentation for this type was generated from the following file: