#include <trimesh_face.h>
Public Types | |
typedef trimesh_type_ | mesh_type |
typedef mesh_type::face_handle | face_handle |
typedef mesh_type::vertex_handle | vertex_handle |
typedef mesh_type::vertex_iterator | vertex_iterator |
Public Member Functions | |
TriMeshFace () | |
face_handle | get_handle () const |
mesh_type * | get_owner () const |
vertex_handle | get_vertex0_handle () const |
vertex_iterator | get_vertex0_iterator () const |
vertex_handle | get_vertex1_handle () const |
vertex_iterator | get_vertex1_iterator () const |
vertex_handle | get_vertex2_handle () const |
vertex_iterator | get_vertex2_iterator () const |
Friends | |
class | trimesh_core_access |
typedef mesh_type::face_handle OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::face_handle |
typedef trimesh_type_ OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::mesh_type |
typedef mesh_type::vertex_handle OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::vertex_handle |
typedef mesh_type::vertex_iterator OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::vertex_iterator |
OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::TriMeshFace | ( | ) | [inline] |
face_handle OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_handle | ( | ) | const [inline] |
mesh_type* OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_owner | ( | ) | const [inline] |
vertex_handle OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_vertex0_handle | ( | ) | const [inline] |
vertex_iterator OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_vertex0_iterator | ( | ) | const [inline] |
vertex_handle OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_vertex1_handle | ( | ) | const [inline] |
vertex_iterator OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_vertex1_iterator | ( | ) | const [inline] |
vertex_handle OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_vertex2_handle | ( | ) | const [inline] |
vertex_iterator OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_vertex2_iterator | ( | ) | const [inline] |
friend class trimesh_core_access [friend] |