|
Developer Documentation
|
Public Types | |
| typedef const Mesh * | mesh_ptr |
| typedef const Mesh & | mesh_ref |
Public Member Functions | |
| GenericCirculatorBaseT (mesh_ref mesh, typename Mesh::HalfedgeHandle heh, bool end=false) | |
| GenericCirculatorBaseT (const GenericCirculatorBaseT &rhs) | |
| Mesh::FaceHandle | toFaceHandle () const |
| Mesh::FaceHandle | toOppositeFaceHandle () const |
| Mesh::EdgeHandle | toEdgeHandle () const |
| Mesh::HalfedgeHandle | toHalfedgeHandle () const |
| Mesh::HalfedgeHandle | toOppositeHalfedgeHandle () const |
| Mesh::VertexHandle | toVertexHandle () const |
| GenericCirculatorBaseT & | operator= (const GenericCirculatorBaseT &rhs) |
| bool | operator== (const GenericCirculatorBaseT &rhs) const |
| bool | operator!= (const GenericCirculatorBaseT &rhs) const |
Protected Attributes | |
| mesh_ptr | mesh_ |
| Mesh::HalfedgeHandle | start_ |
| Mesh::HalfedgeHandle | heh_ |
| int | lap_counter_ |
Friends | |
| template<typename > | |
| class | OpenMesh::CirculatorRange |
Definition at line 240 of file CirculatorsT.hh.
| typedef const Mesh* OpenMesh::Iterators::GenericCirculatorBaseT< Mesh >::mesh_ptr |
Definition at line 242 of file CirculatorsT.hh.
| typedef const Mesh& OpenMesh::Iterators::GenericCirculatorBaseT< Mesh >::mesh_ref |
Definition at line 243 of file CirculatorsT.hh.
|
inline |
Definition at line 248 of file CirculatorsT.hh.
|
inline |
Definition at line 250 of file CirculatorsT.hh.
|
inline |
Definition at line 253 of file CirculatorsT.hh.
|
inline |
Definition at line 292 of file CirculatorsT.hh.
|
inline |
Definition at line 280 of file CirculatorsT.hh.
|
inline |
Definition at line 288 of file CirculatorsT.hh.
|
inline |
Definition at line 264 of file CirculatorsT.hh.
|
inline |
Definition at line 256 of file CirculatorsT.hh.
|
inline |
Definition at line 268 of file CirculatorsT.hh.
|
inline |
Definition at line 260 of file CirculatorsT.hh.
|
inline |
Definition at line 272 of file CirculatorsT.hh.
|
inline |
Definition at line 276 of file CirculatorsT.hh.
Definition at line 245 of file CirculatorsT.hh.
|
protected |
Definition at line 298 of file CirculatorsT.hh.
|
protected |
Definition at line 299 of file CirculatorsT.hh.
|
protected |
Definition at line 297 of file CirculatorsT.hh.
|
protected |
Definition at line 298 of file CirculatorsT.hh.