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 /// /

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 /// /


Field Documentation

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