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

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

Abstract class to compute a bounding ball of an element (the leafs of a cluster tree). More...

#include <tree.hh>

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

List of all members.

Public Member Functions

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

Detailed Description

template<class F>
class cluster::BBall< F >

Abstract class to compute a bounding ball of an element (the leafs of a cluster tree).

Parameters:
FField (Real or Cmplx)

Definition at line 33 of file tree.hh.


Member Function Documentation

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

Application operator computes the bounding ball of an element.

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

Implemented in BBall001< F >, and cluster::BBall000< F >.


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

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