![]() |
deal.II version GIT relicensing-3683-g2da9d4bdba 2025-07-07 18:10:00+00:00
|
Make sure we can construct an RTree of Particles::Particle objects.
Definition at line 700 of file particle.h.
Public Types | |
using | result_type = const ::Point< spacedim > & |
Public Member Functions | |
result_type | operator() (const ::Particles::Particle< dim, spacedim > &particle) const |
using boost::geometry::index::indexable<::Particles::Particle< dim, spacedim > >::result_type = const ::Point<spacedim> & |
boost::rtree expects a const reference to an indexable object. For a Particles::Particle object, this is its reference location.
Definition at line 706 of file particle.h.
|
inline |
Definition at line 709 of file particle.h.