Generation of per-vertex and per-face topological information.
More...
#include <vcg/complex/trimesh/update/topology.h>
|
class | PEdge |
| Auxiliairy data structure for computing face face adjacency information. More...
|
|
class | PEdgeTex |
| Auxiliairy data structure for computing face face adjacency information. More...
|
|
|
static void | FaceFace (MeshType &m) |
| Update the Face-Face topological relation by allowing to retrieve for each face what other faces shares their edges.
|
|
static void | VertexFace (MeshType &m) |
| Update the Vertex-Face topological relation.
|
|
static void | FaceFaceFromTexCoord (MeshType &m) |
| Update the Face-Face topological relation.
|
|
static void | TestVertexFace (MeshType &m) |
| Test correctness of VFtopology.
|
|
static void | TestFaceFace (MeshType &m) |
| Test correctness of FFtopology (only for 2Manifold Meshes!)
|
|
template<class UpdateMeshType>
class vcg::tri::UpdateTopology< UpdateMeshType >
Generation of per-vertex and per-face topological information.
◆ FaceFace()
template<class UpdateMeshType >
Update the Face-Face topological relation by allowing to retrieve for each face what other faces shares their edges.
◆ FaceFaceFromTexCoord()
template<class UpdateMeshType >
Update the Face-Face topological relation.
The function allows to retrieve for each face what other faces shares their edges.
◆ TestFaceFace()
template<class UpdateMeshType >
Test correctness of FFtopology (only for 2Manifold Meshes!)
◆ TestVertexFace()
template<class UpdateMeshType >
Test correctness of VFtopology.
◆ VertexFace()
template<class UpdateMeshType >
Update the Vertex-Face topological relation.
The function allows to retrieve for each vertex the list of faces sharing this vertex.
The documentation for this class was generated from the following file: