HyperspaceExplorer 0.7.1
Public Member Functions | Protected Attributes | Private Attributes
zA Class Reference

$ f(z) = z^\alpha $ More...

#include <ComplexFunction.h>

Inheritance diagram for zA:
Inheritance graph
[legend]
Collaboration diagram for zA:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 zA (double _umin, double _umax, double _du, double _vmin, double _vmax, double _dv, double _alpha=2)
virtual std::string getFunctionName () const
virtual void SetParameters (const ParameterMap &parms)

Protected Attributes

virtual function_type g

Private Attributes

double alpha
 Exponent.

Detailed Description

$ f(z) = z^\alpha $


Constructor & Destructor Documentation

zA::zA ( double  _umin,
double  _umax,
double  _du,
double  _vmin,
double  _vmax,
double  _dv,
double  _alpha = 2 
)

z^a c'tor given a definition set in C (as parameter space)

Parameters:
_uminminimal value in Re (z)
_umaxmaximal value in Re (z)
_dustepsize in Re (z)
_vminminimal value in Im (z)
_vmaxmaximal value in Im (z)
_dvstepsize in Im (z)
_alphaexponent

References Displayable::declareParameter(), and Surface::Initialize().

Here is the call graph for this function:


Member Function Documentation

virtual std::string zA::getFunctionName ( ) const [inline, virtual]
Returns:
The name of the Displayable in cleartext

Implements Displayable.

virtual void zA::SetParameters ( const ParameterMap parms) [inline, virtual]
See also:
Function::SetParameters()

Reimplemented from Displayable.

References alpha, std::map< _Key, _Tp, _Compare, _Alloc >::begin(), std::map< _Key, _Tp, _Compare, _Alloc >::end(), and Displayable::setParameter().

Here is the call graph for this function:


Member Data Documentation

complex< double > zA::g [protected]

z^a defining function

Parameters:
zoperand
Returns:
z^alpha

Reimplemented from ComplexFunction.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends

Generated on Mon Apr 9 2012 20:25:19 for HyperspaceExplorer 0.7.1 by doxygen 1.7.4  -  Hosted bySourceForge.net Logo