Version: 5.1.6

Meta_dTree< DIMENSION > Class Template Reference

#include <MEDMEM_InterpolationHighLevelObjects.hxx>

Inheritance diagram for Meta_dTree< DIMENSION >:
Inheritance graph

Public Member Functions

 Meta_dTree ()
 ~Meta_dTree ()
 Meta_dTree (int nbr_noeuds, double *coord)
int trouve_plus_proche_point_bourrin (double *node)
int trouve_plus_proche_point (double *node)
 / CODE /// /
int get_all_close (double *node, double tolerance, std::list< int > &closeNumbers)

Protected Attributes

Wrapper_Nuage_Noeud< DIMENSION > * noeuds

template<int DIMENSION>
class Meta_dTree< DIMENSION >


Constructor & Destructor Documentation

template<int DIMENSION>
Meta_dTree< DIMENSION >.Meta_dTree (  ) 
template<int DIMENSION>
Meta_dTree< DIMENSION >.~Meta_dTree (  ) 
template<int DIMENSION>
Meta_dTree< DIMENSION >.Meta_dTree ( int  nbr_noeuds,
double coord 
)

Member Function Documentation

template<int DIMENSION>
int Meta_dTree< DIMENSION >::trouve_plus_proche_point_bourrin ( double node  ) 
template<int DIMENSION>
int Meta_dTree< DIMENSION >::trouve_plus_proche_point ( double node  ) 

/ CODE /// /

References Wrapper_Noeud< DIMENSION >.positionne().

template<int DIMENSION>
int Meta_dTree< DIMENSION >::get_all_close ( double node,
double  tolerance,
std::list< int > &  closeNumbers 
)

Field Documentation

template<int DIMENSION>
Wrapper_Nuage_Noeud<DIMENSION>* Meta_dTree< DIMENSION >.noeuds [protected]