Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Functions
app-radu/tree.hh File Reference
#include "basics/typedefs.hh"
#include "basics/vectorsMatricesForward.hh"
#include "basics/exceptions.hh"
#include "space/space.hh"
#include "app-radu/element.hh"
#include "cluster/tree.hh"
Include dependency graph for tree.hh:

Go to the source code of this file.

Classes

class  BBall001< F >
 Computes the Cebysev ball of an 3d element. More...

Functions

void cebysev (const concepts::Real3d **vtx, uint nvtx, concepts::Real3d &c, concepts::Real &r, const concepts::Real3d *(&e)[4], uint &ne)
 Bounding ball for three dimensional elements.

Function Documentation

void cebysev ( const concepts::Real3d **  vtx,
uint  nvtx,
concepts::Real3d c,
concepts::Real r,
const concepts::Real3d *(&)  e[4],
uint &  ne 
)

Bounding ball for three dimensional elements.

Computes the Cebysev ball of a point set, i.e., the smallest ball containing all points

Parameters:
vtxArray containing the points
nvtxNumber of points in the array
cCenter of the ball (output)
rRadius of the ball (output)
eExtremal points (at most 4, output)
neNumber of extremal points (output)

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)