Class documentation of Concepts

Loading...
Searching...
No Matches
cluster::BBall< F > Class Template Referenceabstract

#include <tree.hh>

Inheritance diagram for cluster::BBall< F >:
cluster::BBall000< F >

Public Member Functions

virtual void operator() (const concepts::Element< F > &elm, concepts::Real3d &c, concepts::Real &r) const =0
 

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 36 of file tree.hh.

Member Function Documentation

◆ operator()()

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 cluster::BBall000< F >.


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