#include <tree.hh>
Public Member Functions | |
virtual void | operator() (const concepts::Element< F > &elm, concepts::Real3d &c, concepts::Real &r) const =0 |
Abstract class to compute a bounding ball of an element (the leafs of a cluster tree).
F | Field (Real or Cmplx) |
|
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 cluster::BBall000< F >.