#include <tri_edge_flip.h>

Public Member Functions | |
| ScalarType | ComputePriority (BaseParameterClass *) |
| void | Execute (TRIMESH_TYPE &m, BaseParameterClass *) |
| TopoEdgeFlip () | |
| TopoEdgeFlip (const PosType pos, int mark, BaseParameterClass *pp) | |
| TopoEdgeFlip (const TopoEdgeFlip &par) | |
| void | UpdateHeap (HeapType &heap, BaseParameterClass *pp) |
| Update the heap as a consequence of this operation. | |
Static Public Member Functions | |
| static void | Init (TRIMESH_TYPE &m, HeapType &heap, BaseParameterClass *pp) |
Protected Types | |
| typedef TRIMESH_TYPE::CoordType | CoordType |
| typedef TRIMESH_TYPE::FaceIterator | FaceIterator |
| typedef TRIMESH_TYPE::FacePointer | FacePointer |
| typedef TRIMESH_TYPE::FaceType | FaceType |
| typedef LocalOptimization < TRIMESH_TYPE >::HeapElem | HeapElem |
| typedef LocalOptimization < TRIMESH_TYPE >::HeapType | HeapType |
| typedef vcg::face::Pos< FaceType > | PosType |
| typedef TRIMESH_TYPE::ScalarType | ScalarType |
| typedef TRIMESH_TYPE::VertexIterator | VertexIterator |
| typedef TRIMESH_TYPE::VertexPointer | VertexPointer |
Definition at line 411 of file tri_edge_flip.h.