Public Member Functions

MathXYFunction< RT, PT > Class Template Reference

a Math Function as in F(x,y). More...

Inheritance diagram for MathXYFunction< RT, PT >:
MathFunctionND< RT, PT >

List of all members.

Public Member Functions

virtual RT getValue (PT, PT) const =0
RT getValue (const PT *pos) const
int getNrDim () const

Detailed Description

template<class RT, class PT>
class MathXYFunction< RT, PT >

a Math Function as in F(x,y).


Member Function Documentation

template<class RT, class PT>
int MathXYFunction< RT, PT >::getNrDim (  )  const [inline, virtual]
template<class RT, class PT>
virtual RT MathXYFunction< RT, PT >::getValue ( PT  ,
PT   
) const [pure virtual]

Implemented in PlaneParameters< T >.

template<class RT, class PT>
RT MathXYFunction< RT, PT >::getValue ( const PT *  pos  )  const [inline, virtual]