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

Public Member Functions | Private Attributes
parallel::SFCDstr::ListElmSFC< T > Class Template Reference

One element which has to be distributed. More...

Collaboration diagram for parallel::SFCDstr::ListElmSFC< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

T * cell () const
const Real3d & center () const
ListElmSFC< T > * link () const
ListElmSFC< T > ** linkp ()
 ListElmSFC (Real3d &c, T *cell, ListElmSFC< T > *lnk=0)

Private Attributes

Real3d c_
 Center of the cell.
T * cell_
 Geometric cell.
ListElmSFC< T > * lnk_
 Next element.

Detailed Description

template<class T>
class parallel::SFCDstr::ListElmSFC< T >

One element which has to be distributed.

Definition at line 37 of file sfcdstr.hh.


Constructor & Destructor Documentation

template<class T >
parallel::SFCDstr::ListElmSFC< T >::ListElmSFC ( Real3d &  c,
T *  cell,
ListElmSFC< T > *  lnk = 0 
) [inline]

Definition at line 47 of file sfcdstr.hh.


Member Function Documentation

template<class T >
T* parallel::SFCDstr::ListElmSFC< T >::cell ( ) const [inline]

Definition at line 53 of file sfcdstr.hh.

template<class T >
const Real3d& parallel::SFCDstr::ListElmSFC< T >::center ( ) const [inline]

Definition at line 52 of file sfcdstr.hh.

template<class T >
ListElmSFC<T>* parallel::SFCDstr::ListElmSFC< T >::link ( ) const [inline]

Definition at line 51 of file sfcdstr.hh.

template<class T >
ListElmSFC<T>** parallel::SFCDstr::ListElmSFC< T >::linkp ( ) [inline]

Definition at line 50 of file sfcdstr.hh.


Member Data Documentation

template<class T >
Real3d parallel::SFCDstr::ListElmSFC< T >::c_ [private]

Center of the cell.

Definition at line 44 of file sfcdstr.hh.

template<class T >
T* parallel::SFCDstr::ListElmSFC< T >::cell_ [private]

Geometric cell.

Definition at line 42 of file sfcdstr.hh.

template<class T >
ListElmSFC<T>* parallel::SFCDstr::ListElmSFC< T >::lnk_ [private]

Next element.

Definition at line 40 of file sfcdstr.hh.


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

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