Developer Documentation
OpenMesh::PolyConnectivity::EntityRange< CONTAINER_TYPE, ITER_TYPE, begin_fn, end_fn > Class Template Reference

Generic class for vertex/halfedge/edge/face ranges. More...

#include <libs_required/OpenMesh/src/OpenMesh/Core/Mesh/PolyConnectivity.hh>

Public Member Functions

 EntityRange (CONTAINER_TYPE &container)
 
ITER_TYPE begin () const
 
ITER_TYPE end () const
 

Private Attributes

CONTAINER_TYPE & container_
 

Detailed Description

template<typename CONTAINER_TYPE, typename ITER_TYPE, ITER_TYPE(CONTAINER_TYPE::*)() const begin_fn, ITER_TYPE(CONTAINER_TYPE::*)() const end_fn>
class OpenMesh::PolyConnectivity::EntityRange< CONTAINER_TYPE, ITER_TYPE, begin_fn, end_fn >

Generic class for vertex/halfedge/edge/face ranges.

Definition at line 1124 of file PolyConnectivity.hh.


The documentation for this class was generated from the following file: