![]() |
Reference documentation for deal.II version 9.3.2
|
#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 35 of file access_traits.h.
|
protected |
Constructor. points is a list of points used by the predicate.
Definition at line 26 of file access_traits.cc.
|
protected |
Number of points stored in the structure.
Definition at line 45 of file access_traits.cc.
|
protected |
Return the ith Point stored in the object.
Definition at line 53 of file access_traits.cc.
|
private |
Definition at line 57 of file access_traits.h.