preCICE v3.1.2
|
Makes a std::vector indexable and thus be usable in boost::geometry::rtree. More...
#include <RTreeAdapter.hpp>
Public Types | |
using | result_type = cref |
Public Member Functions | |
VectorIndexable (Container const &c) | |
result_type | operator() (size_type i) const |
Private Types | |
using | size_type = typename Container::size_type |
using | cref = const typename Container::value_type & |
Private Attributes | |
Container const & | container |
Makes a std::vector indexable and thus be usable in boost::geometry::rtree.
Definition at line 284 of file RTreeAdapter.hpp.
|
private |
Definition at line 286 of file RTreeAdapter.hpp.
using precice::query::impl::VectorIndexable< Container >::result_type = cref |
Definition at line 290 of file RTreeAdapter.hpp.
|
private |
Definition at line 285 of file RTreeAdapter.hpp.
|
inlineexplicit |
Definition at line 292 of file RTreeAdapter.hpp.
|
inline |
Definition at line 297 of file RTreeAdapter.hpp.
|
private |
Definition at line 287 of file RTreeAdapter.hpp.