| Home :: @root | classes |
class ExpandGrow | ^ |
undocumented
- Source:
- lsys.h:192
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~ExpandGrow destructor public automatically generated ExpandGrow constructor public undocumented ExpandGrow constructor public automatically generated assignDefaultVars Lsys method public void assignDefaultVars: precond: postcond: the default variables, distance, angle, f, g, +, - are inserted into the static variable map Expand method public undocumented Grow method public undocumented operator = operator public automatically generated ParseRule method public undocumented runLogo Lsys method public 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 work Lsys method public void work: arg=Node * myNode, arg=vector
destructor ~ExpandGrow | ? ^ > |
automatically generated
- Source:
- lsys.h
- Code:
public ~ ExpandGrow ( )
constructor ExpandGrow | ? ^ < > |
undocumented
- Source:
- lsys.h:194
- Code:
public ExpandGrow ( )
constructor ExpandGrow | ? ^ < > |
automatically generated
- Source:
- lsys.h
- Code:
public ExpandGrow ( const ExpandGrow & )
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 Expand | ? ^ < > |
undocumented
- Source:
- lsys.h:242
- Code:
public string Expand ( string & rulevalue , string & rule , int level )
method Grow | ? ^ < > |
undocumented
- Source:
- lsys.h:222
- Code:
public virtual string Grow ( Node * myNode )
operator = | ? ^ < > |
automatically generated
- Source:
- lsys.h
- Code:
public ExpandGrow & operator = ( const ExpandGrow & )
method ParseRule | ? ^ < > |
undocumented
- Source:
- lsys.h:264
- Code:
public vector < string > ParseRule ( string & rulevalue )
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
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.