Reference documentation for deal.II version GIT relicensing-478-g3275795167 2024-04-24 07:10:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Protected Member Functions | Private Attributes | List of all members
ArborXWrappers::BoundingBoxPredicate Class Reference

#include <deal.II/arborx/access_traits.h>

Inheritance diagram for ArborXWrappers::BoundingBoxPredicate:
Inheritance graph
[legend]

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ BoundingBoxPredicate()

template<int dim, typename Number >
ArborXWrappers::BoundingBoxPredicate::BoundingBoxPredicate ( const std::vector<::BoundingBox< dim, Number > > &  bounding_boxes)
protected

Constructor. bounding_boxes is a list of bounding boxes used by the predicate.

Definition at line 94 of file access_traits.cc.

Member Function Documentation

◆ size()

std::size_t ArborXWrappers::BoundingBoxPredicate::size ( ) const
protected

The number of bounding boxes stored in the structure.

Definition at line 119 of file access_traits.cc.

◆ get()

const ::BoundingBox< 3, float > & ArborXWrappers::BoundingBoxPredicate::get ( unsigned int  i) const
protected

Return the ith BoundingBox stored in the object.

Definition at line 127 of file access_traits.cc.

Member Data Documentation

◆ bounding_boxes

std::vector<::BoundingBox<3, float> > ArborXWrappers::BoundingBoxPredicate::bounding_boxes
private

Definition at line 149 of file access_traits.h.


The documentation for this class was generated from the following files: