29 #ifndef __GeoMapInverse_H
30 #define __GeoMapInverse_H 1
33 #include <feel/feelpoly/geomap.hpp>
48 template<u
int16_type, u
int16_type, u
int16_type>
class Entity = Simplex>
122 M_tree.
reserve( std::distance( c.begin(),c.end() ) );
123 typename CONT::const_iterator it = c.begin(), ite = c.end();
125 for ( ; it != ite; ++it )
160 M_tree.
addPointWithId( boost::get<0>( p ), boost::get<1>( p ), boost::get<2>( p ) );