#include <bitquad_support.h>
Public Member Functions | |
| bool | End () const |
| Pos | GetPos () |
| Iterator (Pos &pos) | |
| void | operator++ () |
Private Types | |
| typedef face::Pos< FaceType > | FPos |
Private Attributes | |
| Pos | cur |
| bool | over |
| Pos | start |
Definition at line 711 of file bitquad_support.h.
typedef face::Pos<FaceType> vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::FPos [private] |
Definition at line 713 of file bitquad_support.h.
| vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::Iterator | ( | Pos & | pos | ) | [inline] |
Definition at line 717 of file bitquad_support.h.
| bool vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::End | ( | ) | const [inline] |
Definition at line 733 of file bitquad_support.h.
| Pos vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::GetPos | ( | ) | [inline] |
Definition at line 758 of file bitquad_support.h.
| void vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::operator++ | ( | ) | [inline] |
Definition at line 736 of file bitquad_support.h.
Pos vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::cur [private] |
Definition at line 714 of file bitquad_support.h.
bool vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::over [private] |
Definition at line 715 of file bitquad_support.h.
Pos vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::start [private] |
Definition at line 714 of file bitquad_support.h.