#include <advancing_front.h>
Public Member Functions | |
| FrontEdge () | |
| FrontEdge (int _v0, int _v1, int _v2) | |
| bool | operator== (const FrontEdge &f) const |
Public Attributes | |
| bool | active |
| std::list< FrontEdge >::iterator | next |
| std::list< FrontEdge >::iterator | previous |
| int | v0 |
| int | v1 |
| int | v2 |
Definition at line 17 of file advancing_front.h.
| vcg::tri::FrontEdge::FrontEdge | ( | ) | [inline] |
Definition at line 27 of file advancing_front.h.
| vcg::tri::FrontEdge::FrontEdge | ( | int | _v0, |
| int | _v1, | ||
| int | _v2 | ||
| ) | [inline] |
Definition at line 28 of file advancing_front.h.
| bool vcg::tri::FrontEdge::operator== | ( | const FrontEdge & | f | ) | const [inline] |
Definition at line 33 of file advancing_front.h.
Definition at line 21 of file advancing_front.h.
| std::list<FrontEdge>::iterator vcg::tri::FrontEdge::next |
Definition at line 24 of file advancing_front.h.
| std::list<FrontEdge>::iterator vcg::tri::FrontEdge::previous |
Definition at line 25 of file advancing_front.h.
Definition at line 19 of file advancing_front.h.
Definition at line 19 of file advancing_front.h.
Definition at line 19 of file advancing_front.h.