10 #include <AtomsCore/Globals.h>
11 #include <Atoms/Exporters/BaseMeshExporter.h>
24 typedef AtomsPtr<BaseMeshExporter>(*creatorFn)();
76 typedef std::map<std::string, creatorFn> FactoryMap;
82 FactoryMap m_factoryMap;
AnimExporter factory.
Definition: MeshExporterFactory.h:21
void registerMeshExporter(const std::string &name, creatorFn funct)
Registers a new Mesh Exporter type in the factory.
void deregisterMeshExporter(const std::string &name)
De-register a Mesh Exporter type from the factory.
static MeshExporterFactory & instance()
Singleton access.
std::vector< std::string > getRegisteredMeshExporters()
Gets all registered Mesh Exporter.
AtomsPtr< BaseMeshExporter > createMeshExporter(const std::string &typeName)
Creates an Mesh Exporter.
bool isRegistered(const std::string &name)
Checks if a Mesh Exporter type with the given name is registered.
Atoms namespace.
Definition: Agent.h:29