#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 710 of file bitquad_support.h.
typedef face::Pos<FaceType> vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::FPos [private] |
Definition at line 712 of file bitquad_support.h.
vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::Iterator | ( | Pos & | pos | ) | [inline] |
Definition at line 716 of file bitquad_support.h.
bool vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::End | ( | ) | const [inline] |
Definition at line 732 of file bitquad_support.h.
Pos vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::GetPos | ( | ) | [inline] |
Definition at line 757 of file bitquad_support.h.
void vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::operator++ | ( | ) | [inline] |
Definition at line 735 of file bitquad_support.h.
Pos vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::cur [private] |
Definition at line 713 of file bitquad_support.h.
bool vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::over [private] |
Definition at line 714 of file bitquad_support.h.
Pos vcg::tri::BitQuad< _MeshType, Interpolator >::Iterator::start [private] |
Definition at line 713 of file bitquad_support.h.