Abstract class to compute a bounding ball of an element (the leafs of a cluster tree). More...
#include <tree.hh>

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. | |
Abstract class to compute a bounding ball of an element (the leafs of a cluster tree).
| F | Field (Real or Cmplx) |
| virtual void cluster::BBall< F >::operator() | ( | const concepts::Element< F > & | elm, |
| concepts::Real3d & | c, | ||
| concepts::Real & | r | ||
| ) | const [pure virtual] |
Application operator computes the bounding ball of an element.
| elm | Element |
| c | Center of the ball (output) |
| r | Radius of the ball (output) |
Implemented in BBall001< F >, and cluster::BBall000< F >.