#include <NBFSaver.h>
Inheritance diagram for NBFSaver:
Public Member Functions | |
NBFSaver () | |
constructor | |
void | deleteThis (void) |
PlugIn interface. | |
bool | save (const nvsg::Scene &scene, const nvsg::ViewState *viewState, const std::string &filename) |
Realization of the pure virtual interface function of a SceneSaver. | |
Protected Attributes | |
NBFSaveTraverser * | m_traverser |
Save traverser to be used with saving. |
|
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.
|