![]() |
deal.II version 9.7.0
|
#include <deal.II/arborx/access_traits.h>
Base class for Sphere-based predicates providing basic functionality for derived classes; not supposed to be used on its own.
Definition at line 217 of file access_traits.h.

Protected Member Functions | |
| template<int dim, typename Number> | |
| SpherePredicate (const std::vector< std::pair<::Point< dim, Number >, Number > > &spheres) | |
| std::size_t | size () const |
| const std::pair<::Point< 3, float >, float > & | get (unsigned int) const |
Private Attributes | |
| std::vector< std::pair<::Point< 3, float >, float > > | spheres |
|
protected |
Constructor. spheres is a list of spheres, i.e. a center and radius pair, used by the predicate.
Definition at line 162 of file access_traits.cc.
|
protected |
The number of spheres stored in the structure.
Definition at line 180 of file access_traits.cc.
|
protected |
Return the ith sphere stored in the object.
Definition at line 188 of file access_traits.cc.
|
private |
Definition at line 242 of file access_traits.h.