CExporter< TExporterFormat > Class Template Reference

#include <Exporter.h>

Inheritance diagram for CExporter< TExporterFormat >:
Inheritance graph
[legend]
Collaboration diagram for CExporter< TExporterFormat >:
Collaboration graph
[legend]

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

Detailed Description

template<class TExporterFormat>
class CExporter< TExporterFormat >

Definition at line 9 of file Exporter.h.


Constructor & Destructor Documentation

template<class TExporterFormat >
CExporter< TExporterFormat >::CExporter ( TextFileOutputStream &  file  )  [inline]

Definition at line 12 of file Exporter.h.

template<class TExporterFormat >
virtual CExporter< TExporterFormat >::~CExporter ( void   )  [inline, virtual]

Definition at line 17 of file Exporter.h.


Member Function Documentation

template<class TExporterFormat >
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.


Field Documentation

template<class TExporterFormat >
TExporterFormat CExporter< TExporterFormat >::m_exporter [mutable, private]

Definition at line 27 of file Exporter.h.

Referenced by CExporter< TExporterFormat >::visit().


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

Generated by  doxygen 1.6.2