|
pfcrender
1.0.1
|
The LSYS class Exposes a builder that can create a model string from an L-System description. Uses the stringsubst module from the fxtlib. More...
#include <LSYS.h>
Inheritance diagram for Plugins::LSYS::LSYS:Public Member Functions | |
| LSYS () | |
| const Plugins::PluginInfo & | getInfo () const override |
| std::unique_ptr < Model::ModelStringBuilder > | getStringBuilder () const override |
| getFactory More... | |
Public Member Functions inherited from Plugins::Import | |
| virtual | ~Import () |
Public Member Functions inherited from Plugins::Plugin | |
| virtual | ~Plugin () |
Private Attributes | |
| PluginInfo | m_info |
The LSYS class Exposes a builder that can create a model string from an L-System description. Uses the stringsubst module from the fxtlib.
| Plugins::LSYS::LSYS::LSYS | ( | ) |
|
overridevirtual |
Implements Plugins::Plugin.
References m_info.
|
overridevirtual |
|
private |