Developer Documentation
MeshNavigationT.hh File Reference

Functions for getting information about a mesh. More...

#include <vector>

Go to the source code of this file.

Functions

template<typename MeshT >
MeshT::HalfedgeHandle MeshNavigation::opposite_halfedge (MeshT &_mesh, typename MeshT::HalfedgeHandle _he)
 
template<typename MeshT >
MeshT::VertexHandle MeshNavigation::findClosestBoundary (MeshT *_mesh, typename MeshT::VertexHandle _vh)
 

Detailed Description

Functions for getting information about a mesh.

Functions for Navigation on a Mesh.

Definition in file MeshNavigationT.hh.

Function Documentation

template<typename MeshT >
MeshT::HalfedgeHandle MeshNavigation::opposite_halfedge ( MeshT &  _mesh,
typename MeshT::HalfedgeHandle  _he 
)
inline

For Valence 6 Vertices Only!! iterates 3 Halfedges around from Vertex of _he. Returns the he on the other side

Parameters
_heOutgoing halfedge of Vertex to iterate around
Returns
Halfedge on the opposite side

Definition at line 78 of file MeshNavigationT.cc.