Assimp
v4.1. (December 2018)
|
Classes | |
class | Entity |
class | Field |
class | Schema |
class | Type |
Functions | |
def | read (filename, silent=False) |
Variables | |
re_match_entity = re.compile(,re.VERBOSE|re.DOTALL|re.MULTILINE) | |
re_match_field = re.compile(,re.VERBOSE|re.DOTALL) | |
re_match_type = re.compile(,re.VERBOSE|re.DOTALL) | |
def ExpressReader.read | ( | filename, | |
silent = False |
|||
) |
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) |