#include <Exporter.h>
Definition at line 59 of file Exporter.h.
◆ Exporter()
◆ ~Exporter()
virtual vrender::Exporter::~Exporter |
( |
| ) |
|
|
inlinevirtual |
◆ exportToFile()
◆ setBlackAndWhite()
void Exporter::setBlackAndWhite |
( |
bool |
b | ) |
|
◆ setBoundingBox()
void Exporter::setBoundingBox |
( |
float |
xmin, |
|
|
float |
ymin, |
|
|
float |
xmax, |
|
|
float |
ymax |
|
) |
| |
◆ setClearBackground()
void Exporter::setClearBackground |
( |
bool |
b | ) |
|
◆ setClearColor()
void Exporter::setClearColor |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b |
|
) |
| |
◆ spewPoint()
virtual void vrender::Exporter::spewPoint |
( |
const Point * |
, |
|
|
QTextStream & |
out |
|
) |
| |
|
protectedpure virtual |
◆ spewPolygone()
virtual void vrender::Exporter::spewPolygone |
( |
const Polygone * |
, |
|
|
QTextStream & |
out |
|
) |
| |
|
protectedpure virtual |
◆ spewSegment()
virtual void vrender::Exporter::spewSegment |
( |
const Segment * |
, |
|
|
QTextStream & |
out |
|
) |
| |
|
protectedpure virtual |
◆ writeFooter()
virtual void vrender::Exporter::writeFooter |
( |
QTextStream & |
out | ) |
const |
|
protectedpure virtual |
◆ writeHeader()
virtual void vrender::Exporter::writeHeader |
( |
QTextStream & |
out | ) |
const |
|
protectedpure virtual |
◆ _blackAndWhite
bool vrender::Exporter::_blackAndWhite |
|
protected |
◆ _clearB
float vrender::Exporter::_clearB |
|
protected |
◆ _clearBG
bool vrender::Exporter::_clearBG |
|
protected |
◆ _clearG
float vrender::Exporter::_clearG |
|
protected |
◆ _clearR
float vrender::Exporter::_clearR |
|
protected |
◆ _lineWidth
float vrender::Exporter::_lineWidth |
|
protected |
◆ _pointSize
float vrender::Exporter::_pointSize |
|
protected |
◆ _xmax
GLfloat vrender::Exporter::_xmax |
|
protected |
◆ _xmin
GLfloat vrender::Exporter::_xmin |
|
protected |
◆ _ymax
GLfloat vrender::Exporter::_ymax |
|
protected |
◆ _ymin
GLfloat vrender::Exporter::_ymin |
|
protected |
◆ _zmax
GLfloat vrender::Exporter::_zmax |
|
protected |
◆ _zmin
GLfloat vrender::Exporter::_zmin |
|
protected |
The documentation for this class was generated from the following files: