Exporter Class Reference

This reference page is linked to from the following overview topics: Writing Plug-ins, Mesh Importer and Exporter Plug-ins.



Detailed Description

This class is the base class for plugins that export mesh geometry from Mudbox.

To create a new exporter plugin, derive your own class from this one and implement it. Use the DECLARE_CLASS and IMPLEMENT_CLASS macros to provide information about your exporter to Mudbox. Once this is done, Mudbox will know enough about your class to use it. When the user wants to export a new file, mudbox will recognize your specified extension. At this time, only mesh objects are supported. During an export operation, Mudbox first calls SetMeshCount() and SetMesh() to specify which meshes should be exported. Finally, it calls the Export() function to do the work.

Examples:

PLYImport/Importer.cpp.

Definition at line 265 of file importexport.h.

#include <importexport.h>

Inheritance diagram for Exporter:
Inheritance graph
[legend]

List of all members.


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

Exporter Exporter Exporter Exporter Exporter Exporter Exporter Exporter Exporter Exporter
Exporter Exporter Exporter Exporter Exporter Exporter Exporter Exporter Exporter Exporter