Feel++  0.91.4
List of all members
Feel::MeshTraits< MeshType > Class Template Reference

Traits for meshes. More...

#include <traits.hpp>

Public Types

Typedefs
typedef MeshTraits< MeshType > self_type
 
typedef boost::remove_pointer
< typename remove_shared_ptr
< MeshType >::type >::type 
mesh_type
 
typedef mesh_type::shape_type element_shape_type
 
typedef mesh_type::element_type element_type
 
typedef mesh_type::face_type face_type
 
typedef mesh_type::element_iterator element_iterator
 
typedef
mesh_type::element_const_iterator 
element_const_iterator
 
typedef
mesh_type::marker_element_iterator 
marker_element_iterator
 
typedef
mesh_type::marker_element_const_iterator 
marker_element_const_iterator
 
typedef
mesh_type::marker2_element_iterator 
marker2_element_iterator
 
typedef
mesh_type::marker2_element_const_iterator 
marker2_element_const_iterator
 
typedef
mesh_type::marker3_element_iterator 
marker3_element_iterator
 
typedef
mesh_type::marker3_element_const_iterator 
marker3_element_const_iterator
 
typedef
mesh_type::location_element_iterator 
location_element_iterator
 
typedef
mesh_type::location_element_const_iterator 
location_element_const_iterator
 
typedef
mesh_type::pid_element_iterator 
pid_element_iterator
 
typedef
mesh_type::pid_element_const_iterator 
pid_element_const_iterator
 
typedef mesh_type::face_iterator face_iterator
 
typedef
mesh_type::face_const_iterator 
face_const_iterator
 
typedef
mesh_type::marker_face_iterator 
marker_face_iterator
 
typedef
mesh_type::marker_face_const_iterator 
marker_face_const_iterator
 
typedef
mesh_type::marker2_face_iterator 
marker2_face_iterator
 
typedef
mesh_type::marker2_face_const_iterator 
marker2_face_const_iterator
 
typedef
mesh_type::marker3_face_iterator 
marker3_face_iterator
 
typedef
mesh_type::marker3_face_const_iterator 
marker3_face_const_iterator
 
typedef
mesh_type::location_face_iterator 
location_face_iterator
 
typedef
mesh_type::location_face_const_iterator 
location_face_const_iterator
 
typedef mesh_type::point_iterator point_iterator
 
typedef
mesh_type::point_const_iterator 
point_const_iterator
 

Detailed Description

template<typename MeshType>
class Feel::MeshTraits< MeshType >

Traits for meshes.

Author
Christophe Prud'homme