|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
#include <element_mesh_iterator.h>
Public Types | |
| typedef Predicate | predicate_t |
| typedef MeshTp | mesh_t |
| typedef mesh_t::element_iterator_impl | iterator_impl |
| typedef FilteredIterator< Predicate, iterator_impl >::value_type | value_type |
| typedef FilteredIterator< Predicate, iterator_impl > | result_t |
Public Member Functions | |
| ElementMeshIterator (mesh_t &mesh) | |
| constructor | |
| result_t | begin () |
| begin the iteration | |
| result_t | end () |
| end the iteration | |
| template<typename T > | |
| result_t | begin (const T &item) |
| begin iteration | |
| template<typename T > | |
| result_t | end (const T &item) |
| end iteration | |
Protected Attributes | |
| mesh_t & | mesh_ |
| typedef mesh_t::element_iterator_impl bitrl::utils::geom::ElementMeshIterator< Predicate, MeshTp >::iterator_impl |
| typedef Predicate bitrl::utils::geom::ElementMeshIterator< Predicate, MeshTp >::predicate_t |
| typedef FilteredIterator<Predicate, iterator_impl> bitrl::utils::geom::ElementMeshIterator< Predicate, MeshTp >::result_t |
| typedef FilteredIterator<Predicate,iterator_impl>::value_type bitrl::utils::geom::ElementMeshIterator< Predicate, MeshTp >::value_type |
| bitrl::utils::geom::ElementMeshIterator< Predicate, MeshTp >::ElementMeshIterator | ( | mesh_t & | mesh | ) |
constructor
| ElementMeshIterator< Predicate, MeshTp >::result_t bitrl::utils::geom::ElementMeshIterator< Predicate, MeshTp >::begin | ( | ) |
begin the iteration
| ElementMeshIterator< Predicate, MeshTp >::result_t bitrl::utils::geom::ElementMeshIterator< Predicate, MeshTp >::begin | ( | const T & | item | ) |
begin iteration
| ElementMeshIterator< Predicate, MeshTp >::result_t bitrl::utils::geom::ElementMeshIterator< Predicate, MeshTp >::end | ( | ) |
end the iteration
| ElementMeshIterator< Predicate, MeshTp >::result_t bitrl::utils::geom::ElementMeshIterator< Predicate, MeshTp >::end | ( | const T & | item | ) |
end iteration
|
protected |