Definition of an octree node.
Public Attributes | |
type(t_octree_node), dimension(:), allocatable | child |
Pointer to the child nodes. | |
double precision, dimension(3) | corner_min = -huge(1d0) |
Bounding box corner with minimal coordinates. | |
double precision, dimension(3) | corner_max = huge(1d0) |
Bounding box corner with maximal coordinates. | |
integer, dimension(:), allocatable | object |
List of objects contained in the leaves. | |