cluster::BBall< F > Class Template Referenceabstract
Abstract class to compute a bounding ball of an element (the leafs of a cluster tree). More...
#include <tree.hh>
Inheritance diagram for cluster::BBall< F >:
Public Member Functions | |
virtual void | operator() (const concepts::Element< F > &elm, concepts::Real3d &c, concepts::Real &r) const =0 |
Application operator computes the bounding ball of an element. More... | |
Detailed Description
template<class F>
class cluster::BBall< F >
Abstract class to compute a bounding ball of an element (the leafs of a cluster tree).
- Parameters
-
F Field (Real or Cmplx)
Member Function Documentation
◆ operator()()
template<class F >
|
pure virtual |
Application operator computes the bounding ball of an element.
- Parameters
-
elm Element c Center of the ball (output) r Radius of the ball (output)
Implemented in cluster::BBall000< F >.
The documentation for this class was generated from the following file:
- cluster/tree.hh