![]() |
deal.II version GIT relicensing-3315-g061cc17459 2025-05-16 03:50:00+00:00
|
#include <deal.II/particles/particle_accessor.h>
Public Types | |
using | result_type = const ::Point< spacedim > & |
Public Member Functions | |
result_type | operator() (const ::Particles::ParticleAccessor< dim, spacedim > &accessor) const |
Make sure we can construct an RTree from Particles::ParticleAccessor objects.
Definition at line 967 of file particle_accessor.h.
using boost::geometry::index::indexable<::Particles::ParticleAccessor< 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 973 of file particle_accessor.h.
|
inline |
Definition at line 976 of file particle_accessor.h.