#include <tree03.hh>
Public Types | |
| typedef TreeTraits03< Node > | Traits |
| Interface for the algorithm. | |
| typedef Traits::F | F |
Public Member Functions | |
| CebyCenter (uint nvtx) | |
| void | operator() (const Node *lfset, concepts::Real3d &c, concepts::Real &r, const concepts::Real3d *(&e)[4], uint &ne) |
Class to compute the Cebysev ball of a point set, i.e., the smallest ball containing all points
| Node | Type of cluster node containing the elements/points |
| typedef Traits::F cluster::CebyCenter< Node >::F |
| typedef TreeTraits03<Node> cluster::CebyCenter< Node >::Traits |
|
inline |
|
inline |
| void cluster::CebyCenter< Node >::operator() | ( | const Node * | lfset, |
| concepts::Real3d & | c, | ||
| concepts::Real & | r, | ||
| const concepts::Real3d *(&) | e[4], | ||
| uint & | ne | ||
| ) |
Application operator computes the Cebysev ball.
| MissingFeature |
| lfset | List of nodes containing the points |
| c | Center of the ball (output) |
| r | Radius of the ball (output) |
| e | Extremal points (at most 4, output) |
| ne | Number of extremal points (output) |