version 0.6.0
mod_cg3_octree::t_octree_node Type Reference

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.
 

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