vrecko
virtual reality framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
abstract0lsystem.h
Go to the documentation of this file.
1
#ifndef ABSTRACT0LSYSTEM_H_
2
#define ABSTRACT0LSYSTEM_H_
3
4
#include "
lsystem.h
"
5
6
namespace
AP_LSystem {
10
class
Abstract0LSystem
:
public
LSystem
11
{
12
protected
:
19
virtual
void
processPredecessor
(
Rule
& rule,
string
* str, string::iterator & pos);
20
27
virtual
void
processRuleSuccessor
(
Rule
& rule,
string
* str, string::iterator & pos);
28
35
virtual
void
processHomomorphismSuccessor
(
Rule
& rule,
string
* str, string::iterator & pos);
36
public
:
37
Abstract0LSystem
(
AbstractFile
* );
38
Abstract0LSystem
(
const
Abstract0LSystem
& );
39
40
};
41
}
42
#endif // ABSTRACT0LSYSTEM_H_
include
vreckoAP
Garden
abstract0lsystem.h
Generated on Tue Feb 19 2013 10:23:43 for vrecko by
1.8.3.1