| 
    pfcrender
    1.0.1
    
   | 
 
The PDF class An exporter for PDFs Fits a model to an A4 page and prints to PDF. More...
#include <pdf.h>
 Inheritance diagram for Plugins::Export::PDF::PDF:Public Member Functions | |
| PDF () | |
| virtual | ~PDF () | 
| 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 Member Functions | |
| void | printPDF (const Model::LSYSModel &mdl) const | 
Private Attributes | |
| PluginInfo | m_info | 
The PDF class An exporter for PDFs Fits a model to an A4 page and prints to PDF.
| Plugins::Export::PDF::PDF::PDF | ( | ) | 
      
  | 
  inlinevirtual | 
      
  | 
  overridevirtual | 
      
  | 
  overridevirtual | 
Implements Plugins::Plugin.
References m_info.
      
  | 
  private | 
References Plugins::Export::BboxParse::getBbox(), Common::Config_Registry::getInstance(), Model::LSYSModel::getModel(), and Common::Config_Registry::getOpt().
Referenced by exportModel().
      
  | 
  private |