MFEM  v4.6.0
Finite element discretization library
Public Member Functions | Public Attributes | List of all members
mfem::KDTree< Tindex, Tfloat, ndim, Tnorm >::PointND Struct Reference

#include <kdtree.hpp>

Public Member Functions

 PointND ()
 Geometric point constructor. More...
 

Public Attributes

Tfloat xx [ndim]
 Coordinates of the point. More...
 

Detailed Description

template<typename Tindex, typename Tfloat, size_t ndim = 3, typename Tnorm = KDTreeNorms::Norm_l2<Tfloat,ndim>>
struct mfem::KDTree< Tindex, Tfloat, ndim, Tnorm >::PointND

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 106 of file kdtree.hpp.

Constructor & Destructor Documentation

◆ PointND()

template<typename Tindex, typename Tfloat, size_t ndim = 3, typename Tnorm = KDTreeNorms::Norm_l2<Tfloat,ndim>>
mfem::KDTree< Tindex, Tfloat, ndim, Tnorm >::PointND::PointND ( )
inline

Geometric point constructor.

Definition at line 109 of file kdtree.hpp.

Member Data Documentation

◆ xx

template<typename Tindex, typename Tfloat, size_t ndim = 3, typename Tnorm = KDTreeNorms::Norm_l2<Tfloat,ndim>>
Tfloat mfem::KDTree< Tindex, Tfloat, ndim, Tnorm >::PointND::xx[ndim]

Coordinates of the point.

Definition at line 112 of file kdtree.hpp.


The documentation for this struct was generated from the following file: