vrecko
virtual reality framework
|
#include <pard0lsystem.h>
Public Member Functions | |
ParD0LSystem (AbstractFile *) | |
Public Member Functions inherited from AP_LSystem::Abstract0LSystem | |
Abstract0LSystem (AbstractFile *) | |
Abstract0LSystem (const Abstract0LSystem &) | |
Public Member Functions inherited from AP_LSystem::LSystem | |
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 () |
Public Member Functions inherited from AP_LSystem::AbstractLSystem | |
AbstractLSystem () | |
AbstractLSystem (const AbstractLSystem &c) | |
virtual boost::shared_ptr < AbstractLSystem > | clone () const =0 |
AbstractLSystem & | operator= (const AbstractLSystem &c) |
unsigned int | getIteration () const |
Static Public Member Functions | |
static bool | isCapable (unsigned int type) |
Additional Inherited Members | |
Protected Member Functions inherited from AP_LSystem::Abstract0LSystem | |
virtual void | processPredecessor (Rule &rule, string *str, string::iterator &pos) |
virtual void | processRuleSuccessor (Rule &rule, string *str, string::iterator &pos) |
virtual void | processHomomorphismSuccessor (Rule &rule, string *str, string::iterator &pos) |
Protected Attributes inherited from AP_LSystem::LSystem | |
LongString * | m_Word |
multimap< char, Rule > | m_Rules |
multimap< char, Rule > | m_Homomorphisms |
vector< string > | m_SubSystemsFilenames |
vector< LongString * > | m_SubSystemsWords |
string | m_Ignore |
ParD0LSystem::ParD0LSystem | ( | AbstractFile * | file | ) |
|
inlinestatic |