HyperspaceExplorer 0.7.1
Public Member Functions | Protected Attributes
z3 Class Reference

$ f(z) = z^3 $ More...

#include <ComplexFunction.h>

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

List of all members.

Public Member Functions

 z3 (double _umin, double _umax, double _du, double _vmin, double _vmax, double _dv)
virtual std::string getFunctionName () const

Protected Attributes

virtual function_type g

Detailed Description

$ f(z) = z^3 $


Constructor & Destructor Documentation

z3::z3 ( double  _umin,
double  _umax,
double  _du,
double  _vmin,
double  _vmax,
double  _dv 
)

$ z^3 $ 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)

References Surface::Initialize().

Here is the call graph for this function:


Member Function Documentation

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

Implements Displayable.


Member Data Documentation

complex< double > z3::g [protected]

$ z^3 $ defining function

Parameters:
zoperand
Returns:
$ z^3 $

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