![]() |
Reference documentation for deal.II version GIT 01a9543f1b 2023-12-05 20:40:02+00:00
|
#include <deal.II/particles/particle.h>
Public Types | |
using | result_type = const ::Point< spacedim > & |
Public Member Functions | |
result_type | operator() (const ::Particles::Particle< dim, spacedim > &particle) const |
Make sure we can construct an RTree of Particles::Particle objects.
Definition at line 672 of file particle.h.
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 678 of file particle.h.
|
inline |
Definition at line 681 of file particle.h.