#include <Exporter.h>
|
void | setColor (QTextStream &out, float, float, float) |
|
Definition at line 91 of file Exporter.h.
◆ EPSExporter()
EPSExporter::EPSExporter |
( |
| ) |
|
◆ ~EPSExporter()
virtual vrender::EPSExporter::~EPSExporter |
( |
| ) |
|
|
inlinevirtual |
◆ setColor()
void EPSExporter::setColor |
( |
QTextStream & |
out, |
|
|
float |
red, |
|
|
float |
green, |
|
|
float |
blue |
|
) |
| |
|
private |
◆ spewPoint()
void EPSExporter::spewPoint |
( |
const Point * |
P, |
|
|
QTextStream & |
out |
|
) |
| |
|
protectedvirtual |
◆ spewPolygone()
void EPSExporter::spewPolygone |
( |
const Polygone * |
P, |
|
|
QTextStream & |
out |
|
) |
| |
|
protectedvirtual |
◆ spewSegment()
void EPSExporter::spewSegment |
( |
const Segment * |
S, |
|
|
QTextStream & |
out |
|
) |
| |
|
protectedvirtual |
◆ writeFooter()
void EPSExporter::writeFooter |
( |
QTextStream & |
out | ) |
const |
|
protectedvirtual |
◆ writeHeader()
void EPSExporter::writeHeader |
( |
QTextStream & |
out | ) |
const |
|
protectedvirtual |
◆ CREATOR
const char * EPSExporter::CREATOR = "VRender library - (c) Cyril Soler 2005" |
|
staticprivate |
◆ EPS_GOURAUD_THRESHOLD
const double EPSExporter::EPS_GOURAUD_THRESHOLD = 0.05 |
|
staticprivate |
◆ GOURAUD_TRIANGLE_EPS
const char * EPSExporter::GOURAUD_TRIANGLE_EPS |
|
staticprivate |
◆ last_b
float EPSExporter::last_b = -1.0 |
|
staticprivate |
◆ last_g
float EPSExporter::last_g = -1.0 |
|
staticprivate |
◆ last_r
float EPSExporter::last_r = -1.0 |
|
staticprivate |
The documentation for this class was generated from the following files: