ergo
|
BoxSystem class representing a hierarchical data structure of boxes in 3D space (an oct-tree). More...
#include "realtype.h"
Go to the source code of this file.
Classes | |
struct | box_item_struct |
struct | box_struct_basic |
struct | box_level_struct |
class | BoxSystem |
Macros | |
#define | MAX_NO_OF_BOX_LEVELS 30 |
Functions | |
ergo_real | get_min_distance_from_point_to_box (const ergo_real *boxCenterCoords, ergo_real halfwidth, const ergo_real *point) |
BoxSystem class representing a hierarchical data structure of boxes in 3D space (an oct-tree).
#define MAX_NO_OF_BOX_LEVELS 30 |
ergo_real get_min_distance_from_point_to_box | ( | const ergo_real * | boxCenterCoords, |
ergo_real | halfwidth, | ||
const ergo_real * | point | ||
) |
References template_blas_fabs(), and template_blas_sqrt().
Referenced by check_if_multipoles_can_be_used(), and BoxSystem::get_items_near_point_recursive().