deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
#include <deal.II/arborx/access_traits.h>
Protected Member Functions | |
template<int dim, typename Number > | |
BoundingBoxPredicate (const std::vector<::BoundingBox< dim, Number > > &bounding_boxes) | |
std::size_t | size () const |
const ::BoundingBox< 3, float > & | get (unsigned int i) const |
Private Attributes | |
std::vector<::BoundingBox< 3, float > > | bounding_boxes |
Base class for BoundingBox predicates providing basic functionality for derived classes, not supposed to be used on its own.
Definition at line 125 of file access_traits.h.
|
protected |
Constructor. bounding_boxes
is a list of bounding boxes used by the predicate.
Definition at line 94 of file access_traits.cc.
|
protected |
The number of bounding boxes stored in the structure.
Definition at line 119 of file access_traits.cc.
|
protected |
Return the i
th BoundingBox stored in the object.
Definition at line 127 of file access_traits.cc.
|
private |
Definition at line 149 of file access_traits.h.