Exporter Class Referenceabstract
  
Inheritance diagram for Exporter:

| Public Member Functions | |
| virtual void | exportToFile (const QString &filename, const std::vector< PtrPrimitive > &, VRenderParams &) | 
| void | setBlackAndWhite (bool b) | 
| void | setBoundingBox (float xmin, float ymin, float xmax, float ymax) | 
| void | setClearBackground (bool b) | 
| void | setClearColor (float r, float g, float b) | 
| Protected Member Functions | |
| virtual void | spewPoint (const Point *, QTextStream &out)=0 | 
| virtual void | spewPolygone (const Polygone *, QTextStream &out)=0 | 
| virtual void | spewSegment (const Segment *, QTextStream &out)=0 | 
| virtual void | writeFooter (QTextStream &out) const =0 | 
| virtual void | writeHeader (QTextStream &out) const =0 | 
Detailed Description
Definition at line 59 of file Exporter.h.
The documentation for this class was generated from the following files:
- worldsim/3rdParts/qglviewer/VRender/Exporter.h
- worldsim/3rdParts/qglviewer/VRender/Exporter.cpp