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

Public Member Functions | Private Attributes
bem::Constant3d001< F >::Key Class Reference

Key with some level dependent information. More...

#include <element.hh>

List of all members.

Public Member Functions

uint j () const
 Key (const Key &key)
 Key (uint l, uint j)
uint l () const
int operator== (const Key &key) const

Private Attributes

uint j_
 number
uint l_
 level

Detailed Description

template<class F = concepts::Real>
class bem::Constant3d001< F >::Key

Key with some level dependent information.

Definition at line 336 of file element.hh.


Constructor & Destructor Documentation

template<class F = concepts::Real>
bem::Constant3d001< F >::Key::Key ( uint  l,
uint  j 
) [inline]

Definition at line 338 of file element.hh.

template<class F = concepts::Real>
bem::Constant3d001< F >::Key::Key ( const Key key) [inline]

Definition at line 339 of file element.hh.


Member Function Documentation

template<class F = concepts::Real>
uint bem::Constant3d001< F >::Key::j ( ) const [inline]

Definition at line 345 of file element.hh.

template<class F = concepts::Real>
uint bem::Constant3d001< F >::Key::l ( ) const [inline]

Definition at line 344 of file element.hh.

template<class F = concepts::Real>
int bem::Constant3d001< F >::Key::operator== ( const Key key) const [inline]

Definition at line 341 of file element.hh.

Here is the call graph for this function:


Member Data Documentation

template<class F = concepts::Real>
uint bem::Constant3d001< F >::Key::j_ [private]

number

Definition at line 351 of file element.hh.

template<class F = concepts::Real>
uint bem::Constant3d001< F >::Key::l_ [private]

level

Definition at line 349 of file element.hh.


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

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