#include <normal.h>
Public Types | |
typedef VertexType::ScalarType | ScalarType |
typedef VERTEX_CONTAINER | VertexContainer |
typedef VERTEX_CONTAINER::iterator | VertexIterator |
typedef VERTEX_CONTAINER::value_type | VertexType |
Static Public Member Functions | |
static void | UpdateNormals (const VertexIterator &begin, const VertexIterator &end, int k) |
This class is used to update the normals of a Vertex mesh
Definition at line 42 of file vertexmesh/update/normal.h.
typedef VertexType::ScalarType vcg::vertex::UpdateNormal< VERTEX_CONTAINER >::ScalarType |
Definition at line 47 of file vertexmesh/update/normal.h.
typedef VERTEX_CONTAINER vcg::vertex::UpdateNormal< VERTEX_CONTAINER >::VertexContainer |
Definition at line 45 of file vertexmesh/update/normal.h.
typedef VERTEX_CONTAINER::iterator vcg::vertex::UpdateNormal< VERTEX_CONTAINER >::VertexIterator |
Definition at line 48 of file vertexmesh/update/normal.h.
typedef VERTEX_CONTAINER::value_type vcg::vertex::UpdateNormal< VERTEX_CONTAINER >::VertexType |
Definition at line 46 of file vertexmesh/update/normal.h.
static void vcg::vertex::UpdateNormal< VERTEX_CONTAINER >::UpdateNormals | ( | const VertexIterator & | begin, | |
const VertexIterator & | end, | |||
int | k | |||
) | [inline, static] |
Definition at line 52 of file vertexmesh/update/normal.h.