preCICE v3.2.0
|
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 277 of file RTreeAdapter.hpp.
|
private |
Definition at line 279 of file RTreeAdapter.hpp.
using precice::query::impl::VectorIndexable< Container >::result_type = cref |
Definition at line 283 of file RTreeAdapter.hpp.
|
private |
Definition at line 278 of file RTreeAdapter.hpp.
|
inlineexplicit |
Definition at line 285 of file RTreeAdapter.hpp.
|
inline |
Definition at line 290 of file RTreeAdapter.hpp.
|
private |
Definition at line 280 of file RTreeAdapter.hpp.