#include <bounding.h>
Public Types | |
typedef MeshType::EdgeIterator | EdgeIterator |
typedef MeshType::EdgePointer | EdgePointer |
typedef MeshType::EdgeType | EdgeType |
typedef ComputeMeshType | MeshType |
typedef MeshType::VertexIterator | VertexIterator |
typedef MeshType::VertexPointer | VertexPointer |
typedef MeshType::VertexType | VertexType |
Static Public Member Functions | |
static void | Box (ComputeMeshType &m) |
Calculates the vertex normal (if stored in the current face type). |
Management, updating and computation of per-vertex and per-face normals. This class is used to compute or update the normals that can be stored in the vertex or face component of a mesh.
Definition at line 41 of file edgemesh/update/bounding.h.
typedef ComputeMeshType vcg::edg::UpdateBounding< ComputeMeshType >::MeshType |
Definition at line 45 of file edgemesh/update/bounding.h.