#include <advancing_front.h>
Public Member Functions | |
FrontEdge (int _v0, int _v1, int _v2, int _face) | |
FrontEdge () | |
const bool | operator== (const FrontEdge &f) const |
Public Attributes | |
bool | active |
int | face |
std::list< FrontEdge >::iterator | next |
std::list< FrontEdge >::iterator | previous |
int | v0 |
int | v1 |
int | v2 |
Definition at line 14 of file advancing_front.h.
vcg::tri::FrontEdge::FrontEdge | ( | ) | [inline] |
Definition at line 25 of file advancing_front.h.
vcg::tri::FrontEdge::FrontEdge | ( | int | _v0, | |
int | _v1, | |||
int | _v2, | |||
int | _face | |||
) | [inline] |
Definition at line 26 of file advancing_front.h.
const bool vcg::tri::FrontEdge::operator== | ( | const FrontEdge & | f | ) | const [inline] |
Definition at line 31 of file advancing_front.h.
Definition at line 19 of file advancing_front.h.
Definition at line 18 of file advancing_front.h.
std::list<FrontEdge>::iterator vcg::tri::FrontEdge::next |
Definition at line 22 of file advancing_front.h.
std::list<FrontEdge>::iterator vcg::tri::FrontEdge::previous |
Definition at line 23 of file advancing_front.h.
Definition at line 16 of file advancing_front.h.
Definition at line 16 of file advancing_front.h.
Definition at line 16 of file advancing_front.h.