#include <voronoi_atlas.h>
Classes | |
| class | VoroEdge |
| class | VoroFace |
| class | VoroMesh |
| struct | VoronoiAtlasParam |
| struct | VoroUsedTypes |
| class | VoroVertex |
Public Types | |
| typedef VoroMesh::FaceIterator | FaceIterator |
| typedef VoroMesh::FaceType | FaceType |
| typedef VoroMesh::VertexType | VertexType |
Static Public Member Functions | |
| static void | Build (MeshType &startMesh, MeshType ¶Mesh, VoronoiAtlasParam &pp) |
| static void | CollectUVBorder (VoroMesh *rm, std::vector< Point2f > &uvBorder) |
| static void | RegularizeTexArea (VoroMesh &m) |
Definition at line 19 of file voronoi_atlas.h.
| typedef VoroMesh::FaceIterator vcg::tri::VoronoiAtlas< MeshType >::FaceIterator |
Definition at line 35 of file voronoi_atlas.h.
| typedef VoroMesh::FaceType vcg::tri::VoronoiAtlas< MeshType >::FaceType |
Definition at line 37 of file voronoi_atlas.h.
| typedef VoroMesh::VertexType vcg::tri::VoronoiAtlas< MeshType >::VertexType |
Definition at line 36 of file voronoi_atlas.h.
| static void vcg::tri::VoronoiAtlas< MeshType >::Build | ( | MeshType & | startMesh, |
| MeshType & | paraMesh, | ||
| VoronoiAtlasParam & | pp | ||
| ) | [inline, static] |
Definition at line 116 of file voronoi_atlas.h.
| static void vcg::tri::VoronoiAtlas< MeshType >::CollectUVBorder | ( | VoroMesh * | rm, |
| std::vector< Point2f > & | uvBorder | ||
| ) | [inline, static] |
Definition at line 39 of file voronoi_atlas.h.
| static void vcg::tri::VoronoiAtlas< MeshType >::RegularizeTexArea | ( | VoroMesh & | m | ) | [inline, static] |
Definition at line 62 of file voronoi_atlas.h.