| 
    pfcrender
    1.0.1
    
   | 
 
The StdoutExport interface Dumps the model string to console. More...
#include <stdout.h>
 Inheritance diagram for Plugins::Export::Stdout::StdoutExport:Public Member Functions | |
| StdoutExport () | |
| const Plugins::PluginInfo & | getInfo () const override | 
| void | exportModel (const ::Model::LSYSModel &mdl) const override | 
| runs the export plugin  More... | |
  Public Member Functions inherited from Plugins::Exporter | |
| virtual | ~Exporter () | 
  Public Member Functions inherited from Plugins::Plugin | |
| virtual | ~Plugin () | 
Private Attributes | |
| PluginInfo | m_info | 
The StdoutExport interface Dumps the model string to console.
| Plugins::Export::Stdout::StdoutExport::StdoutExport | ( | ) | 
      
  | 
  overridevirtual | 
runs the export plugin
Implements Plugins::Exporter.
References Model::LSYSModel::getModel().
      
  | 
  overridevirtual | 
Implements Plugins::Plugin.
References m_info.
      
  | 
  private | 
Referenced by getInfo(), and StdoutExport().