#include <NBFSaver.h>
Inheritance diagram for NBFSaver:
Public Methods | |
NBFSaver () | |
constructor. More... | |
void | deleteThis (void) |
PlugIn interface. More... | |
bool | save (const nvsg::Scene &scene, const nvsg::ViewState *viewState, const std::string &filename) |
Realization of the pure virtual interface function of a SceneSaver. More... | |
Protected Methods | |
virtual | ~NBFSaver () |
Protected Attributes | |
NBFSaveTraverser * | m_traverser |
Save traverser to be used with saving. More... |
|
constructor.
|
|
PlugIn interface.
Implements nvutil::PlugIn. |
|
Realization of the pure virtual interface function of a SceneSaver. Saves the scene and the viewState to filename.
|
|
Save traverser to be used with saving.
|