![]() |
vrecko
virtual reality framework
|
#include <abstractklsystem.h>
Public Member Functions | |
AbstractkLSystem (AbstractFile *) | |
![]() | |
LSystem (AbstractFile *) | |
LSystem (const LSystem &) | |
~LSystem () | |
LSystem & | operator= (const LSystem &) |
virtual void | loadFromFile (AbstractFile *file) |
unsigned int | wordLength () |
virtual void | transcribeSubSystems () |
virtual LongString * | translate () |
virtual void | processCutSymbol () |
![]() | |
AbstractLSystem () | |
AbstractLSystem (const AbstractLSystem &c) | |
virtual boost::shared_ptr < AbstractLSystem > | clone () const =0 |
AbstractLSystem & | operator= (const AbstractLSystem &c) |
unsigned int | getIteration () const |
Additional Inherited Members | |
![]() | |
virtual void | setAxiom (std::string &) |
virtual void | addRule (std::string *) |
virtual void | addHomomorphism (std::string *) |
virtual void | processPredecessor (Rule &, string *, string::iterator &)=0 |
virtual void | processRuleSuccessor (Rule &, string *, string::iterator &)=0 |
virtual void | processHomomorphismSuccessor (Rule &, string *, string::iterator &)=0 |
virtual bool | nextIteration () |
virtual bool | transcribe (multimap< char, Rule > &rules) |
virtual multimap< char, Rule > ::iterator * | selectRule (multimap< char, Rule >::iterator &begin, multimap< char, Rule >::iterator &end, LongString *word, unsigned int &pos, double *parameters) |
virtual void | generateSuccessor (LongString *word, multimap< char, Rule >::iterator &rule, double *params) |
![]() | |
LongString * | m_Word |
multimap< char, Rule > | m_Rules |
multimap< char, Rule > | m_Homomorphisms |
vector< string > | m_SubSystemsFilenames |
vector< LongString * > | m_SubSystemsWords |
string | m_Ignore |
Abstract class for kL-Systems
AbstractkLSystem::AbstractkLSystem | ( | AbstractFile * | file | ) |
Constructor