MFEM v4.7.0
Finite element discretization library
|
#include <kdtree.hpp>
Public Member Functions | |
PointND () | |
Default constructor: fill with zeros. | |
PointND (const Tfloat *xx_) | |
Copy coordinates from pointer/array xx_. | |
Public Attributes | |
Tfloat | xx [ndim] |
Coordinates of the point. | |
Structure defining a geometric point in the ndim-dimensional space. The coordinate type (Tfloat) can be any floating or integer type. It can be even a character if necessary. For such types users should redefine the norms.
Definition at line 126 of file kdtree.hpp.
|
inline |
Default constructor: fill with zeros.
Definition at line 129 of file kdtree.hpp.
|
inline |
Copy coordinates from pointer/array xx_.
Definition at line 131 of file kdtree.hpp.
Tfloat mfem::KDTree< Tindex, Tfloat, ndim, Tnorm >::PointND::xx[ndim] |
Coordinates of the point.
Definition at line 133 of file kdtree.hpp.