this pos structure jump on next tetrahedron if find an external face More...
#include <pos.h>

Public Types | |
| typedef MTTYPE | TetraType |
| The tetrahedron type. | |
Public Member Functions | |
| void | NextT () |
| returns the next half edge on the same edge | |
| PosJump (const TetraType *tp, const int fap, const int ep, int vp) | |
Private Attributes | |
| short int | _back |
| MTTYPE * | _t_initial |
this pos structure jump on next tetrahedron if find an external face
Definition at line 366 of file vcg/simplex/tetrahedron/pos.h.
| typedef MTTYPE vcg::tetra::PosJump< MTTYPE >::TetraType |
The tetrahedron type.
Reimplemented from vcg::tetra::Pos< MTTYPE >.
Definition at line 372 of file vcg/simplex/tetrahedron/pos.h.
| vcg::tetra::PosJump< MTTYPE >::PosJump | ( | const TetraType * | tp, |
| const int | fap, | ||
| const int | ep, | ||
| int | vp | ||
| ) | [inline] |
Definition at line 373 of file vcg/simplex/tetrahedron/pos.h.
| void vcg::tetra::PosJump< MTTYPE >::NextT | ( | ) | [inline] |
returns the next half edge on the same edge
Reimplemented from vcg::tetra::Pos< MTTYPE >.
Definition at line 376 of file vcg/simplex/tetrahedron/pos.h.
short int vcg::tetra::PosJump< MTTYPE >::_back [private] |
Definition at line 370 of file vcg/simplex/tetrahedron/pos.h.
MTTYPE* vcg::tetra::PosJump< MTTYPE >::_t_initial [private] |
Definition at line 369 of file vcg/simplex/tetrahedron/pos.h.