#include <E57Factory.h>
|
E57_INTERFACE_API | E57Factory () |
|
| IOFactory (const String &factory_name) |
|
const String & | name () const |
|
virtual | ~IOFactory () |
|
bool | writeScenesToFile (const File &file, const Buffer< Scene > &scene) |
|
bool | readFileWithDefaultSettings (const File &file, DesignObjectLookup *lookup) |
|
void | getSupportedFormats (Buffer< FileFormat > &formats) |
|
virtual void | getSupportedFormats (Buffer< FileFormat > &formats, const File &file) |
|
virtual void | getSupportedFormats (Buffer< FileFormat > &formats, DesignObjectLookup *lookup, const Buffer< UUID > &models) |
|
virtual void | getSupportedFormatsForExtension (Buffer< FileFormat > &formats, bool is_read, const String &extension) |
|
virtual void | getSupportedFormatsByModelType (Buffer< FileFormat > &formats, bool is_read, const String &model_type) |
|
virtual bool | isFactoryEnabled (bool is_read) const |
|
virtual bool | canRead (const File &file) |
|
virtual bool | determineExtension (const File &file, String &extension) |
|
virtual bool | canWrite (const File &file) |
|
virtual bool | isAutoEnabled () const |
|
virtual String | getIcon (const File &file) |
|
virtual bool | canRead (const FactoryParameters &file) |
|
virtual bool | canWrite (const FactoryParameters &file) |
|
virtual bool | canRead (const FileFormat &file) |
|
virtual bool | canWrite (const FileFormat &file) |
|
Buffer< Scene > | readScenesFromFile (const File &file) |
|
virtual bool | updateFromFile (const FactoryParameters &file, const FactoryOptions &old_options) |
|
String | factoryReadAppFeature () const |
|
String | factoryWriteAppFeature () const |
|
void | throwIfNotEnabled (bool is_read) |
|
◆ E57Factory()
◆ defaultReadOptions()
◆ defaultWriteOptions()
◆ factoryFeatures()
◆ filterModelsToExport()
◆ getSupportedFormats()
◆ readFile()
◆ writeFile()
The documentation for this class was generated from the following files: