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

Public Member Functions | Protected Member Functions
concepts::ThinSheetFunction< F > Class Template Reference

Abstract class for functions in a thin sheet. More...

#include <thinSheetElm.hh>

Inheritance diagram for concepts::ThinSheetFunction< F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::ThinSheetFunction< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const F operator() (const Real xi, const uint i) const =0
 Returns value of /c i th function at position xi in reference intervall [-1,1].

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.

Detailed Description

template<class F>
class concepts::ThinSheetFunction< F >

Abstract class for functions in a thin sheet.

Author:
Kersten Schmidt, 2006

Definition at line 68 of file thinSheetElm.hh.


Member Function Documentation

template<class F>
virtual std::ostream& concepts::ThinSheetFunction< F >::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Reimplemented in concepts::ThinSheetDiffussionFunction, and concepts::ThinSheetDiffussionFunction0.

Definition at line 75 of file thinSheetElm.hh.

template<class F>
virtual const F concepts::ThinSheetFunction< F >::operator() ( const Real  xi,
const uint  i 
) const [pure virtual]

Returns value of /c i th function at position xi in reference intervall [-1,1].


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

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