CExportFormatWavefront Class Reference

#include <WaveFrontBrushVisitor.h>

Inheritance diagram for CExportFormatWavefront:
Inheritance graph
[legend]
Collaboration diagram for CExportFormatWavefront:
Collaboration graph
[legend]

Public Member Functions

 CExportFormatWavefront (TextFileOutputStream &file)
virtual ~CExportFormatWavefront (void)
void visit (scene::Instance &instance)
void visit (Face &face) const
void visit (Face &face)

Private Attributes

TextFileOutputStream & m_file
StringOutputStream vertexbuffer
StringOutputStream texcoordbuffer
StringOutputStream facebuffer
size_t vertices
size_t exported

Detailed Description

Definition at line 14 of file WaveFrontBrushVisitor.h.


Constructor & Destructor Documentation

CExportFormatWavefront::CExportFormatWavefront ( TextFileOutputStream &  file  )  [inline]

Definition at line 27 of file WaveFrontBrushVisitor.h.

References exported, and vertices.

virtual CExportFormatWavefront::~CExportFormatWavefront ( void   )  [inline, virtual]

Definition at line 34 of file WaveFrontBrushVisitor.h.


Member Function Documentation

void CExportFormatWavefront::visit ( Face face  )  [inline]
void CExportFormatWavefront::visit ( Face face  )  const [inline, virtual]

Implements BrushVisitor.

Definition at line 55 of file WaveFrontBrushVisitor.h.

References visit().

void CExportFormatWavefront::visit ( scene::Instance &  instance  )  [inline]

Definition at line 38 of file WaveFrontBrushVisitor.h.

References exported, facebuffer, BrushInstance::getBrush(), m_file, texcoordbuffer, and vertexbuffer.

Referenced by visit().


Field Documentation

Definition at line 23 of file WaveFrontBrushVisitor.h.

Referenced by CExportFormatWavefront(), and visit().

StringOutputStream CExportFormatWavefront::facebuffer [private]

Definition at line 20 of file WaveFrontBrushVisitor.h.

Referenced by visit().

TextFileOutputStream& CExportFormatWavefront::m_file [private]

Definition at line 16 of file WaveFrontBrushVisitor.h.

Referenced by visit().

StringOutputStream CExportFormatWavefront::texcoordbuffer [private]

Definition at line 19 of file WaveFrontBrushVisitor.h.

Referenced by visit().

StringOutputStream CExportFormatWavefront::vertexbuffer [private]

Definition at line 18 of file WaveFrontBrushVisitor.h.

Referenced by visit().

Definition at line 22 of file WaveFrontBrushVisitor.h.

Referenced by CExportFormatWavefront(), and visit().


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

Generated by  doxygen 1.6.2