#include <Exporter.h>
Public Member Functions | |
CExporter (TextFileOutputStream &file) | |
virtual | ~CExporter (void) |
void | visit (scene::Instance &instance) const |
Called by the selection system for each visited node. | |
Private Attributes | |
TExporterFormat | m_exporter |
Definition at line 9 of file Exporter.h.
CExporter< TExporterFormat >::CExporter | ( | TextFileOutputStream & | file | ) | [inline] |
Definition at line 12 of file Exporter.h.
virtual CExporter< TExporterFormat >::~CExporter | ( | void | ) | [inline, virtual] |
Definition at line 17 of file Exporter.h.
void CExporter< TExporterFormat >::visit | ( | scene::Instance & | instance | ) | const [inline, virtual] |
Called by the selection system for each visited node.
Implements SelectionSystem::Visitor.
Definition at line 21 of file Exporter.h.
References CExporter< TExporterFormat >::m_exporter.
TExporterFormat CExporter< TExporterFormat >::m_exporter [mutable, private] |
Definition at line 27 of file Exporter.h.
Referenced by CExporter< TExporterFormat >::visit().