Sommet_dTree< DIMENSION > Class Template Reference

#include <MEDMEM_dTreeSommet.hxx>


Public Member Functions

 Sommet_dTree ()
 Sommet_dTree (double *c)
 Sommet_dTree (double c)
 Sommet_dTree (const Sommet_dTree &SO)
 Sommet_dTree (const Sommet_dTree &s1, const Sommet_dTree &s2)
 ~Sommet_dTree ()
const double operator[] (int i) const
double & operator[] (int i)
Sommet_dTreeoperator= (const Sommet_dTree &f)

Protected Attributes

double coord [DIMENSION]

Friends

double DistanceInf (const Sommet_dTree< DIMENSION > &A, const Sommet_dTree< DIMENSION > &B)

template<int DIMENSION>
class Sommet_dTree< DIMENSION >


Constructor & Destructor Documentation

template<int DIMENSION>
Sommet_dTree< DIMENSION >.Sommet_dTree  ) 
 

template<int DIMENSION>
Sommet_dTree< DIMENSION >.Sommet_dTree double *  c  ) 
 

template<int DIMENSION>
Sommet_dTree< DIMENSION >.Sommet_dTree double  c  ) 
 

template<int DIMENSION>
Sommet_dTree< DIMENSION >.Sommet_dTree const Sommet_dTree< DIMENSION > &  SO  ) 
 

template<int DIMENSION>
Sommet_dTree< DIMENSION >.Sommet_dTree const Sommet_dTree< DIMENSION > &  s1,
const Sommet_dTree< DIMENSION > &  s2
 

template<int DIMENSION>
Sommet_dTree< DIMENSION >.~Sommet_dTree  ) 
 


Member Function Documentation

template<int DIMENSION>
const double Sommet_dTree< DIMENSION >.operator[] int  i  )  const
 

template<int DIMENSION>
double& Sommet_dTree< DIMENSION >.operator[] int  i  ) 
 

template<int DIMENSION>
Sommet_dTree& Sommet_dTree< DIMENSION >.operator= const Sommet_dTree< DIMENSION > &  f  ) 
 


Friends And Related Function Documentation

template<int DIMENSION>
double DistanceInf const Sommet_dTree< DIMENSION > &  A,
const Sommet_dTree< DIMENSION > &  B
[friend]
 


Field Documentation

template<int DIMENSION>
double Sommet_dTree< DIMENSION >.coord[DIMENSION] [protected]