Template Class FaceMeshIterator

Class Documentation

template<typename Predicate, typename MeshTp>
class FaceMeshIterator

The general template.

Public Types

typedef Predicate predicate_t
typedef MeshTp mesh_t
typedef mesh_t::face_iterator_impl iterator_impl
typedef FilteredIterator<Predicate, iterator_impl>::value_type value_type
typedef FilteredIterator<Predicate, iterator_impl> result_t

Public Functions

FaceMeshIterator(mesh_t &mesh)

constructor

result_t begin()

begin the iteration

result_t end()

end the iteration

Protected Attributes

mesh_t &mesh_