MFEM v4.7.0
Finite element discretization library
|
Structure defining a node in the KDTree. More...
#include <kdtree.hpp>
Public Member Functions | |
NodeND ()=default | |
Default constructor: fill with zeros. | |
NodeND (PointND pt_, Tindex ind_=0) | |
Create from given point and index. | |
Public Attributes | |
PointND | pt |
Defines a point in the ndim-dimensional space. | |
Tindex | ind = 0 |
Defines the attached index. | |
Structure defining a node in the KDTree.
Definition at line 137 of file kdtree.hpp.
|
default |
Default constructor: fill with zeros.
|
inline |
Create from given point and index.
Definition at line 146 of file kdtree.hpp.
Tindex mfem::KDTree< Tindex, Tfloat, ndim, Tnorm >::NodeND::ind = 0 |
Defines the attached index.
Definition at line 142 of file kdtree.hpp.
PointND mfem::KDTree< Tindex, Tfloat, ndim, Tnorm >::NodeND::pt |
Defines a point in the ndim-dimensional space.
Definition at line 140 of file kdtree.hpp.