Class of static functions to smooth and fair meshes and their attributes. More...
#include <pointcloud_normal.h>
Classes | |
| struct | Param |
| parameters for the normal generation More... | |
| class | WArc |
Public Types | |
| typedef MeshType::VertexType::CoordType | CoordType |
| typedef MeshType::ScalarType | ScalarType |
| typedef MeshType::VertexIterator | VertexIterator |
| typedef MeshType::VertexPointer | VertexPointer |
| typedef MeshType::VertexType | VertexType |
Static Public Member Functions | |
| static void | AddNeighboursToHeap (MeshType &m, VertexPointer vp, int nn, KdTree< ScalarType > &tree, std::vector< WArc > &heap) |
| static void | Compute (MeshType &m, Param p, vcg::CallBackPos *cb=0) |
| static void | ComputeUndirectedNormal (MeshType &m, int nn, ScalarType maxDist, KdTree< ScalarType > &tree, vcg::CallBackPos *cb=0) |
Class of static functions to smooth and fair meshes and their attributes.
Definition at line 18 of file pointcloud_normal.h.