DOLFINx 0.8.0
DOLFINx C++ interface
Loading...
Searching...
No Matches
BoundingBoxTree< T > Member List

This is the complete list of members for BoundingBoxTree< T >, including all inherited members.

bbox(std::size_t node) constBoundingBoxTree< T >inline
BoundingBoxTree(const mesh::Mesh< T > &mesh, int tdim, std::span< const std::int32_t > entities, double padding=0)BoundingBoxTree< T >inline
BoundingBoxTree(const mesh::Mesh< T > &mesh, int tdim, T padding=0)BoundingBoxTree< T >inline
BoundingBoxTree(std::vector< std::pair< std::array< T, 3 >, std::int32_t > > points)BoundingBoxTree< T >inline
BoundingBoxTree(BoundingBoxTree &&tree)=defaultBoundingBoxTree< T >
BoundingBoxTree(const BoundingBoxTree &tree)=deleteBoundingBoxTree< T >
create_global_tree(MPI_Comm comm) constBoundingBoxTree< T >inline
get_bbox(std::size_t node) constBoundingBoxTree< T >inline
num_bboxes() constBoundingBoxTree< T >inline
operator=(BoundingBoxTree &&other)=defaultBoundingBoxTree< T >
operator=(const BoundingBoxTree &other)=defaultBoundingBoxTree< T >
str() constBoundingBoxTree< T >inline
tdim() constBoundingBoxTree< T >inline
~BoundingBoxTree()=defaultBoundingBoxTree< T >