#include <advancing_front.h>

Public Types | |
| typedef MESH::FaceIterator | FaceIterator |
| typedef MESH::FaceType | FaceType |
| typedef MESH::VertexType::CoordType | Point3x |
| typedef MESH::ScalarType | ScalarType |
| typedef MESH::VertexIterator | VertexIterator |
| typedef MESH::VertexType | VertexType |
Public Member Functions | |
| AdvancingTest (MESH &_mesh) | |
| int | Place (FrontEdge &e, typename AdvancingFront< MESH >::ResultIterator &touch) |
| bool | Seed (int &v0, int &v1, int &v2) |
Definition at line 475 of file advancing_front.h.
| typedef MESH::FaceIterator vcg::tri::AdvancingTest< MESH >::FaceIterator |
Reimplemented from vcg::tri::AdvancingFront< MESH >.
Definition at line 480 of file advancing_front.h.
| typedef MESH::FaceType vcg::tri::AdvancingTest< MESH >::FaceType |
Reimplemented from vcg::tri::AdvancingFront< MESH >.
Definition at line 479 of file advancing_front.h.
| typedef MESH::VertexType::CoordType vcg::tri::AdvancingTest< MESH >::Point3x |
Reimplemented from vcg::tri::AdvancingFront< MESH >.
Definition at line 483 of file advancing_front.h.
| typedef MESH::ScalarType vcg::tri::AdvancingTest< MESH >::ScalarType |
Reimplemented from vcg::tri::AdvancingFront< MESH >.
Definition at line 482 of file advancing_front.h.
| typedef MESH::VertexIterator vcg::tri::AdvancingTest< MESH >::VertexIterator |
Definition at line 478 of file advancing_front.h.
| typedef MESH::VertexType vcg::tri::AdvancingTest< MESH >::VertexType |
Reimplemented from vcg::tri::AdvancingFront< MESH >.
Definition at line 477 of file advancing_front.h.
| vcg::tri::AdvancingTest< MESH >::AdvancingTest | ( | MESH & | _mesh | ) | [inline] |
Definition at line 485 of file advancing_front.h.
| int vcg::tri::AdvancingTest< MESH >::Place | ( | FrontEdge & | e, |
| typename AdvancingFront< MESH >::ResultIterator & | touch | ||
| ) | [inline] |
Definition at line 505 of file advancing_front.h.
| bool vcg::tri::AdvancingTest< MESH >::Seed | ( | int & | v0, |
| int & | v1, | ||
| int & | v2 | ||
| ) | [inline, virtual] |
Implements vcg::tri::AdvancingFront< MESH >.
Definition at line 487 of file advancing_front.h.