Template Class ConstFaceMeshIterator

Class Documentation

template<typename Predicate, typename MeshTp>
class ConstFaceMeshIterator

The general template.

Public Types

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

Public Functions

ConstFaceMeshIterator(const mesh_t &mesh)

constructor

result_t begin() const

begin the iteration

result_t end() const

end the iteration

Protected Attributes

const mesh_t &mesh_