Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vrender::Exporter Class Referenceabstract

#include <Exporter.h>

Inheritance diagram for vrender::Exporter:
Inheritance graph
[legend]

Public Member Functions

 Exporter ()
 
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)
 
virtual ~Exporter ()
 

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
 

Protected Attributes

bool _blackAndWhite
 
float _clearB
 
bool _clearBG
 
float _clearG
 
float _clearR
 
float _lineWidth
 
float _pointSize
 
GLfloat _xmax
 
GLfloat _xmin
 
GLfloat _ymax
 
GLfloat _ymin
 
GLfloat _zmax
 
GLfloat _zmin
 

Detailed Description

Definition at line 59 of file Exporter.h.

Constructor & Destructor Documentation

Exporter::Exporter ( )

Definition at line 55 of file Exporter.cpp.

virtual vrender::Exporter::~Exporter ( )
inlinevirtual

Definition at line 63 of file Exporter.h.

Member Function Documentation

void Exporter::exportToFile ( const QString &  filename,
const std::vector< PtrPrimitive > &  ,
VRenderParams  
)
virtual

Definition at line 61 of file Exporter.cpp.

void Exporter::setBlackAndWhite ( bool  b)

Definition at line 107 of file Exporter.cpp.

void Exporter::setBoundingBox ( float  xmin,
float  ymin,
float  xmax,
float  ymax 
)

Definition at line 97 of file Exporter.cpp.

void Exporter::setClearBackground ( bool  b)

Definition at line 106 of file Exporter.cpp.

void Exporter::setClearColor ( float  r,
float  g,
float  b 
)

Definition at line 105 of file Exporter.cpp.

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

Member Data Documentation

bool vrender::Exporter::_blackAndWhite
protected

Definition at line 86 of file Exporter.h.

float vrender::Exporter::_clearB
protected

Definition at line 80 of file Exporter.h.

bool vrender::Exporter::_clearBG
protected

Definition at line 86 of file Exporter.h.

float vrender::Exporter::_clearG
protected

Definition at line 80 of file Exporter.h.

float vrender::Exporter::_clearR
protected

Definition at line 80 of file Exporter.h.

float vrender::Exporter::_lineWidth
protected

Definition at line 82 of file Exporter.h.

float vrender::Exporter::_pointSize
protected

Definition at line 81 of file Exporter.h.

GLfloat vrender::Exporter::_xmax
protected

Definition at line 84 of file Exporter.h.

GLfloat vrender::Exporter::_xmin
protected

Definition at line 84 of file Exporter.h.

GLfloat vrender::Exporter::_ymax
protected

Definition at line 84 of file Exporter.h.

GLfloat vrender::Exporter::_ymin
protected

Definition at line 84 of file Exporter.h.

GLfloat vrender::Exporter::_zmax
protected

Definition at line 84 of file Exporter.h.

GLfloat vrender::Exporter::_zmin
protected

Definition at line 84 of file Exporter.h.


The documentation for this class was generated from the following files:


octovis
Author(s): Kai M. Wurm , Armin Hornung
autogenerated on Wed Jun 5 2019 19:26:39