cluster::BBall< F > Class Template Referenceabstract

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

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. More...
 

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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich