pfcrender
1.0.1
|
The Exporter interface. More...
#include <Export.h>
Public Member Functions | |
virtual void | exportModel (const ::Model::LSYSModel &) const =0 |
runs the export plugin More... | |
virtual | ~Exporter () |
Public Member Functions inherited from Plugins::Plugin | |
virtual const PluginInfo & | getInfo () const =0 |
virtual | ~Plugin () |
The Exporter interface.
|
inlinevirtual |
|
pure virtual |
runs the export plugin
Implemented in Plugins::Export::PDF::PDF, Plugins::Export::SVG::SVG, and Plugins::Export::Stdout::StdoutExport.