#include <traits.hpp>
Traits for meshes.
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::interprocess_face_iterator | interprocess_face_iterator |
typedef mesh_type::interprocess_face_const_iterator | interprocess_face_const_iterator |
typedef mesh_type::marker_edge_iterator | marker_edge_iterator |
typedef mesh_type::marker_edge_const_iterator | marker_edge_const_iterator |
typedef mesh_type::location_edge_iterator | location_edge_iterator |
typedef mesh_type::location_edge_const_iterator | location_edge_const_iterator |
typedef mesh_type::point_iterator | point_iterator |
typedef mesh_type::point_const_iterator | point_const_iterator |
typedef mesh_type::marker_point_iterator | marker_point_iterator |
typedef mesh_type::marker_point_const_iterator | marker_point_const_iterator |
typedef mesh_type::location_point_iterator | location_point_iterator |
typedef mesh_type::location_point_const_iterator | location_point_const_iterator |