Reference documentation for deal.II version 9.6.0
|
#include <deal.II/arborx/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 |
Base class for Sphere-based predicates providing basic functionality for derived classes; not supposed to be used on its own.
Definition at line 216 of file access_traits.h.
|
protected |
Constructor. spheres
is a list of spheres, i.e. a center and radius pair, used by the predicate.
Definition at line 160 of file access_traits.cc.
|
protected |
The number of spheres stored in the structure.
Definition at line 178 of file access_traits.cc.
|
protected |
Return the i
th sphere stored in the object.
Definition at line 186 of file access_traits.cc.
|
private |
Definition at line 241 of file access_traits.h.