This class is used to compute or update the precomputed data used to efficiently compute point-face distances. More...
#include <component_ep.h>
Public Types | |
typedef MeshType::FaceIterator | FaceIterator |
typedef MeshType::FacePointer | FacePointer |
typedef MeshType::FaceType | FaceType |
typedef ComputeMeshType | MeshType |
typedef MeshType::FaceType::CoordType::ScalarType | ScalarType |
typedef MeshType::VertexIterator | VertexIterator |
typedef MeshType::VertexPointer | VertexPointer |
typedef MeshType::VertexType | VertexType |
Static Public Member Functions | |
static void | ComputeEdgePlane (FaceType &f) |
static void | Set (ComputeMeshType &m) |
This class is used to compute or update the precomputed data used to efficiently compute point-face distances.
Definition at line 35 of file complex/algorithms/update/component_ep.h.
typedef MeshType::FaceIterator vcg::tri::UpdateComponentEP< ComputeMeshType >::FaceIterator |
Definition at line 45 of file complex/algorithms/update/component_ep.h.
typedef MeshType::FacePointer vcg::tri::UpdateComponentEP< ComputeMeshType >::FacePointer |
Definition at line 44 of file complex/algorithms/update/component_ep.h.
typedef MeshType::FaceType vcg::tri::UpdateComponentEP< ComputeMeshType >::FaceType |
Definition at line 43 of file complex/algorithms/update/component_ep.h.
typedef ComputeMeshType vcg::tri::UpdateComponentEP< ComputeMeshType >::MeshType |
Definition at line 39 of file complex/algorithms/update/component_ep.h.
typedef MeshType::FaceType::CoordType::ScalarType vcg::tri::UpdateComponentEP< ComputeMeshType >::ScalarType |
Definition at line 46 of file complex/algorithms/update/component_ep.h.
typedef MeshType::VertexIterator vcg::tri::UpdateComponentEP< ComputeMeshType >::VertexIterator |
Definition at line 42 of file complex/algorithms/update/component_ep.h.
typedef MeshType::VertexPointer vcg::tri::UpdateComponentEP< ComputeMeshType >::VertexPointer |
Definition at line 41 of file complex/algorithms/update/component_ep.h.
typedef MeshType::VertexType vcg::tri::UpdateComponentEP< ComputeMeshType >::VertexType |
Definition at line 40 of file complex/algorithms/update/component_ep.h.
static void vcg::tri::UpdateComponentEP< ComputeMeshType >::ComputeEdgePlane | ( | FaceType & | f | ) | [inline, static] |
Definition at line 48 of file complex/algorithms/update/component_ep.h.
static void vcg::tri::UpdateComponentEP< ComputeMeshType >::Set | ( | ComputeMeshType & | m | ) | [inline, static] |
Definition at line 75 of file complex/algorithms/update/component_ep.h.