#include <bitquad_support.h>
Public Types | |
| enum | { PAIR, AROUND, NOTHING } |
Public Member Functions | |
| const VertexType * | cV () const |
| int & | E () |
| int | E () const |
| FaceType *& | F () |
| FaceType * | F () const |
| Pos | FlipF () |
| bool | IsF () |
| Pos | NextE () const |
| Pos () | |
| Pos (FaceType *_f, int _e) | |
| Pos | PrevE () |
| VertexType * | V () |
Public Attributes | |
| enum vcg::tri::BitQuad::Pos:: { ... } | mode |
Private Attributes | |
| int | e |
| FaceType * | f |
Definition at line 96 of file bitquad_support.h.
| anonymous enum |
Definition at line 100 of file bitquad_support.h.
| vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::Pos | ( | ) | [inline] |
Definition at line 109 of file bitquad_support.h.
| vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::Pos | ( | FaceType * | _f, |
| int | _e | ||
| ) | [inline] |
Definition at line 111 of file bitquad_support.h.
| const VertexType* vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::cV | ( | ) | const [inline] |
Definition at line 104 of file bitquad_support.h.
| int& vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::E | ( | ) | [inline] |
Definition at line 105 of file bitquad_support.h.
| int vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::E | ( | ) | const [inline] |
Definition at line 106 of file bitquad_support.h.
| FaceType* & vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::F | ( | ) | [inline] |
Definition at line 101 of file bitquad_support.h.
| FaceType* vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::F | ( | ) | const [inline] |
Definition at line 102 of file bitquad_support.h.
| Pos vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::FlipF | ( | ) | [inline] |
Definition at line 115 of file bitquad_support.h.
| bool vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::IsF | ( | ) | [inline] |
Definition at line 114 of file bitquad_support.h.
| Pos vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::NextE | ( | ) | const [inline] |
Definition at line 112 of file bitquad_support.h.
| Pos vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::PrevE | ( | ) | [inline] |
Definition at line 113 of file bitquad_support.h.
| VertexType* vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::V | ( | ) | [inline] |
Definition at line 103 of file bitquad_support.h.
int vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::e [private] |
Definition at line 98 of file bitquad_support.h.
FaceType* vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::f [private] |
Definition at line 97 of file bitquad_support.h.
| enum { ... } vcg::tri::BitQuad< _MeshType, Interpolator >::Pos::mode |