Uranium
Application Framework
UM.Mesh.MeshFileHandler.MeshFileHandler Class Reference

Central class for reading and writing meshes. More...

Inheritance diagram for UM.Mesh.MeshFileHandler.MeshFileHandler:
UM.FileHandler.FileHandler.FileHandler

Public Member Functions

def __init__
 
def readerRead (self, reader, file_name, kwargs)
 
- Public Member Functions inherited from UM.FileHandler.FileHandler.FileHandler
def __init__
 
def setApplication
 
def getApplication (cls)
 
def getInstance
 Return the singleton instance of the file handler. More...
 
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...
 

Additional Inherited Members

- Static Public Attributes inherited from UM.FileHandler.FileHandler.FileHandler
 constant
 

Detailed Description

Central class for reading and writing meshes.

This class is created by Application and handles reading and writing mesh files.


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