Uranium
Application Framework
|
Central class for reading and writing meshes. More...
Public Member Functions | |
def | __init__ (self) |
def | readerRead (self, reader, file_name, kwargs) |
![]() | |
def | __init__ |
def | setApplication (cls, application) |
def | getApplication (cls) |
def | getInstance (cls, args, kwargs) |
Return the singleton instance of the filehandler. More... | |
def | supportedReadFileTypes (self) |
def | supportedWriteFileTypes (self) |
def | readLocalFile (self, file) |
def | getSupportedFileTypesWrite (self) |
Get list of all supported filetypes for writing. More... | |
def | getSupportedFileTypesRead (self) |
def | addReader |
def | addWriter |
def | readerRead (self, reader, file_name, kwargs) |
def | getWriterByMimeType (self, mime) |
Get a mesh writer object that supports writing the specified mime type. More... | |
def | getWriter (self, writer_id) |
Get an instance of a mesh writer by ID. | |
def | getReaderForFile (self, file_name) |
Find a Reader that accepts the given file name. More... | |
Additional Inherited Members | |
![]() | |
constant | |
Central class for reading and writing meshes.
This class is created by Application and handles reading and writing mesh files.