#include <deal.II/arborx/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 |
Base class for Point-based predicates providing basic functionality for derived classes, not supposed to be used on its own.
Definition at line 36 of file access_traits.h.
|
protected |
Constructor. points is a list of points used by the predicate.
Definition at line 41 of file access_traits.cc.
|
protected |
The number of points stored in the structure.
Definition at line 53 of file access_traits.cc.
|
protected |
Return the ith Point stored in the object.
Definition at line 61 of file access_traits.cc.
|
private |
Definition at line 58 of file access_traits.h.