MFEM
v4.6.0
Finite element discretization library
|
Structure defining a node in the KDTree. More...
#include <kdtree.hpp>
Public Attributes | |
PointND | pt |
Defines a point in the ndim-dimensional space. More... | |
Tindex | ind |
Defines the attached index. More... | |
Structure defining a node in the KDTree.
Definition at line 116 of file kdtree.hpp.
Tindex mfem::KDTree< Tindex, Tfloat, ndim, Tnorm >::NodeND::ind |
Defines the attached index.
Definition at line 122 of file kdtree.hpp.
PointND mfem::KDTree< Tindex, Tfloat, ndim, Tnorm >::NodeND::pt |
Defines a point in the ndim-dimensional space.
Definition at line 119 of file kdtree.hpp.