Assimp
v3.1.1 (June 2014)
|
Classes | |
class | ExpressReader.Entity |
class | ExpressReader.Field |
class | ExpressReader.Schema |
class | ExpressReader.Type |
Namespaces | |
ExpressReader | |
Functions | |
def | ExpressReader.read (filename, silent=False) |
Variables | |
ExpressReader.re_match_entity = re.compile(,re.VERBOSE|re.DOTALL|re.MULTILINE) | |
ExpressReader.re_match_field = re.compile(,re.VERBOSE|re.DOTALL) | |
ExpressReader.re_match_type = re.compile(,re.VERBOSE|re.DOTALL) | |