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

Protected Member Functions | |
| template<int dim, typename Number> | |
| PointPredicate (const std::vector<::Point< dim, Number > > &points) | |
| std::size_t | size () const |
| const ::Point< 3, float > & | get (unsigned int i) const |
Private Attributes | |
| std::vector<::Point< 3, float > > | points |
|
protected |
Constructor. points is a list of points used by the predicate.
Definition at line 43 of file access_traits.cc.
|
protected |
The number of points stored in the structure.
Definition at line 55 of file access_traits.cc.
|
protected |
Return the ith Point stored in the object.
Definition at line 63 of file access_traits.cc.
|
private |
Definition at line 59 of file access_traits.h.