Public Types | Public Member Functions | Friends

OpenTissue::trimesh::TriMeshFace< trimesh_type_ > Class Template Reference

#include <trimesh_face.h>

List of all members.

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_typeget_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

template<typename trimesh_type_>
class OpenTissue::trimesh::TriMeshFace< trimesh_type_ >


Member Typedef Documentation

template<typename trimesh_type_>
typedef mesh_type::face_handle OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::face_handle
template<typename trimesh_type_>
typedef trimesh_type_ OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::mesh_type
template<typename trimesh_type_>
typedef mesh_type::vertex_handle OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::vertex_handle
template<typename trimesh_type_>
typedef mesh_type::vertex_iterator OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::vertex_iterator

Constructor & Destructor Documentation

template<typename trimesh_type_>
OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::TriMeshFace (  )  [inline]

Member Function Documentation

template<typename trimesh_type_>
face_handle OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_handle (  )  const [inline]
template<typename trimesh_type_>
mesh_type* OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_owner (  )  const [inline]
template<typename trimesh_type_>
vertex_handle OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_vertex0_handle (  )  const [inline]
template<typename trimesh_type_>
vertex_iterator OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_vertex0_iterator (  )  const [inline]
template<typename trimesh_type_>
vertex_handle OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_vertex1_handle (  )  const [inline]
template<typename trimesh_type_>
vertex_iterator OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_vertex1_iterator (  )  const [inline]
template<typename trimesh_type_>
vertex_handle OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_vertex2_handle (  )  const [inline]
template<typename trimesh_type_>
vertex_iterator OpenTissue::trimesh::TriMeshFace< trimesh_type_ >::get_vertex2_iterator (  )  const [inline]

Friends And Related Function Documentation

template<typename trimesh_type_>
friend class trimesh_core_access [friend]

The documentation for this class was generated from the following file: