List of all members.
Public Member Functions |
| Rule (const std::string &rule) |
std::string | apply (char atom) const |
char | getPredecessor () const |
const std::string & | getSuccessor () const |
std::string | toString () const |
Static Public Attributes |
static const char | SEPARATOR = ':' |
Private Attributes |
char | predecessor_ |
std::string | successor_ |
The documentation for this class was generated from the following files:
- HyperspaceExplorer/src/Displayable/LSystems/LSystem.h
- HyperspaceExplorer/src/Displayable/LSystems/LSystem.cpp