|
Uranium
Application Framework
|
Central class for reading and writing meshes. More...
Public Member Functions | |
| def | __init__ |
| def | supportedReadFileTypes (self) |
| def | supportedWriteFileTypes (self) |
| def | readLocalFile |
| def | getSupportedFileTypesWrite (self) |
| Get list of all supported filetypes for writing. More... | |
| def | getSupportedFileTypesRead (self) |
| def | addReader |
| def | addWriter |
| def | readerRead |
| def | getWriterByMimeType |
| Get a mesh writer object that supports writing the specified mime type. More... | |
| def | getWriter |
| Get an instance of a mesh writer by ID. | |
| def | getReaderForFile |
| Find a Reader that accepts the given file name. More... | |
| def | getInstance (cls, args, kwargs) |
Central class for reading and writing meshes.
This class is created by Application and handles reading and writing mesh files.
| def UM.FileHandler.FileHandler.FileHandler.getReaderForFile | ( | self, | |
| file_name | |||
| ) |
Find a Reader that accepts the given file name.
| file_name | The name of file to load. |
| def UM.FileHandler.FileHandler.FileHandler.getSupportedFileTypesWrite | ( | self, | |
| List, | |||
| Dict, | |||
| str, | |||
| Union, | |||
| str, | |||
| int | |||
| ) |
Get list of all supported filetypes for writing.
| def UM.FileHandler.FileHandler.FileHandler.getWriterByMimeType | ( | self, | |
| mime | |||
| ) |
Get a mesh writer object that supports writing the specified mime type.
| mime | The mime type that should be supported. |