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