Reference documentation for deal.II version 9.4.1
|
#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 217 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 152 of file access_traits.cc.
|
protected |
The number of spheres stored in the structure.
Definition at line 176 of file access_traits.cc.
|
protected |
Return the i
th sphere stored in the object.
Definition at line 184 of file access_traits.cc.
|
private |
Definition at line 242 of file access_traits.h.