#include <RmPlugIn.h>
Inheritance diagram for IRmExporterPlugIn:

Public Member Functions | |
| virtual bool | ExportNode (RmNode *pNodeToExport)=0 |
| virtual RmExporterPlugInType | GetExporterType ()=0 |
A plug-in implementing this interface is used by the main application to export data from the run-time database into an external format. An exporter plug-in must use RM_PLUGINTYPE_EXPORTER in its plug-in description structure.
|
|
Export specified node to external format supported by the plug-in
|
|
|
Returns whether this exporter plug-in is designed to simply save data from a particular node into a file (for example, to store texture data into an image file) or to actually export contents of multiple nodes into a file (for example, exporting the workspace as Microsoft .FX format. The application uses this information to manage the location of plug-in entry in the workspace tree view context menus.
|
1.3.6