#include <PlugInterface.h>
Inheritance diagram for nvsg::SceneSaver:
Public Member Functions | |
virtual NVSG_API bool | save (const Scene &scene, const ViewState *viewState, const std::string &filename)=0 |
Saving a scene. | |
Protected Member Functions | |
virtual NVSG_API | ~SceneSaver () |
Protected virtual destructor. |
User defined NVSG scene saver plug-ins must provide the SceneSaver
interface.
|
Protected virtual destructor. Prohibits ordinary client code from
|
|
Saving a scene. Saves an NVSG scene and a viewState to a file specified by filename.
|