|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
The general template. More...
#include <face_mesh_iterator.h>
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 Member 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_ |
The general template.
| typedef mesh_t::cface_iterator_impl bitrl::utils::geom::ConstFaceMeshIterator< Predicate, MeshTp >::iterator_impl |
| typedef Predicate bitrl::utils::geom::ConstFaceMeshIterator< Predicate, MeshTp >::predicate_t |
| typedef FilteredIterator<Predicate, iterator_impl> bitrl::utils::geom::ConstFaceMeshIterator< Predicate, MeshTp >::result_t |
| typedef FilteredIterator<Predicate,iterator_impl>::value_type bitrl::utils::geom::ConstFaceMeshIterator< Predicate, MeshTp >::value_type |
| bitrl::utils::geom::ConstFaceMeshIterator< Predicate, MeshTp >::ConstFaceMeshIterator | ( | const mesh_t & | mesh | ) |
constructor
| ConstFaceMeshIterator< Predicate, MeshTp >::result_t bitrl::utils::geom::ConstFaceMeshIterator< Predicate, MeshTp >::begin | ( | ) | const |
begin the iteration
| ConstFaceMeshIterator< Predicate, MeshTp >::result_t bitrl::utils::geom::ConstFaceMeshIterator< Predicate, MeshTp >::end | ( | ) | const |
end the iteration
|
protected |