Home :: @root classes

class EqualGrow

^ 
    extends Lsys as public

undocumented
Source:
lsys.h:166
Author:
unascribed
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~EqualGrowdestructor publicautomatically generated
EqualGrowconstructor publicundocumented
EqualGrowconstructor publicautomatically generated
assignDefaultVarsLsysmethod publicvoid assignDefaultVars: precond: postcond: the default variables, distance, angle, f, g, +, - are inserted into the static variable map
Growmethod publicundocumented
operator =operator publicautomatically generated
runLogoLsysmethod publicvoid runLogo: arg=string &TMP_FILE precond: TMP_FIle is the filename in which the logo input is stored postcond: Logo is opened and passed the input stored in TMP_FILE
workLsysmethod publicvoid work: arg=Node * myNode, arg=vector >&myMaps precond: myNode is the root of an lsystem tree and myMaps[0] is a tree off lsys workers postcond: lsystem is evaluated and logo is run

destructor ~EqualGrow

? ^  > 
automatically generated
Source:
lsys.h
Code:
public ~ EqualGrow ( )

constructor EqualGrow

? ^  < > 
undocumented
Source:
lsys.h:168
Code:
public EqualGrow ( )

constructor EqualGrow

? ^  < > 
automatically generated
Source:
lsys.h
Code:
public EqualGrow ( const EqualGrow & )

method assignDefaultVars

? ^  < > 
void assignDefaultVars: precond: postcond: the default variables, distance, angle, f, g, +, - are inserted into the static variable map
Inherited From:
Lsys
Source:
lsys.h:73
Code:
public void assignDefaultVars ( )

method Grow

? ^  < > 
undocumented
Source:
lsys.h:175
Code:
public virtual string Grow ( Node * myNode )

operator =

? ^  < > 
automatically generated
Source:
lsys.h
Code:
public EqualGrow & operator = ( const EqualGrow & )

method runLogo

? ^  < > 
void runLogo: arg=string &TMP_FILE precond: TMP_FIle is the filename in which the logo input is stored postcond: Logo is opened and passed the input stored in TMP_FILE
Inherited From:
Lsys
Source:
lsys.h:45
Code:
public virtual void runLogo ( const string & TMP_FILE )

method work

? ^  < > 
void work: arg=Node * myNode, arg=vector >&myMaps precond: myNode is the root of an lsystem tree and myMaps[0] is a tree off lsys workers postcond: lsystem is evaluated and logo is run
Inherited From:
Lsys
Source:
lsys.h:94
Code:
public virtual void work ( Node * myNode ,
vector < map < string ,
Worker * > > & myMaps )

Created Thu Oct 10 01:13:47 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.