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

Public Member Functions
cluster::BBall000< F > Class Template Reference

Computes the Cebysev ball of an element. More...

#include <tree.hh>

Inheritance diagram for cluster::BBall000< F >:
Inheritance graph
[legend]
Collaboration diagram for cluster::BBall000< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void operator() (const concepts::Element< F > &elm, concepts::Real3d &c, concepts::Real &r) const
 Application operator computes the bounding ball of an element.

Detailed Description

template<class F>
class cluster::BBall000< F >

Computes the Cebysev ball of an element.

Parameters:
FField (Real or Cmplx)

Definition at line 50 of file tree.hh.


Member Function Documentation

template<class F >
void cluster::BBall000< F >::operator() ( const concepts::Element< F > &  elm,
concepts::Real3d c,
concepts::Real r 
) const [virtual]

Application operator computes the bounding ball of an element.

Exceptions:
MissingFeature
Parameters:
elmElement
cCenter of the ball (output)
rRadius of the ball (output)

Implements cluster::BBall< F >.

Definition at line 63 of file tree.hh.

Here is the call graph for this function:


The documentation for this class was generated from the following file:

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