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