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

Public Member Functions
BBall001< F > Class Template Reference

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

#include <tree.hh>

Inheritance diagram for BBall001< F >:
Inheritance graph
[legend]
Collaboration diagram for BBall001< 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 3d element.

Detailed Description

template<class F>
class BBall001< F >

Computes the Cebysev ball of an 3d element.

Parameters:
FField (Real or Cmplx)

Definition at line 34 of file tree.hh.


Member Function Documentation

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

Application operator computes the bounding ball of an 3d element.

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

Implements cluster::BBall< F >.

Definition at line 47 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)