Assimp  v3.1.1 (June 2014)
ExpressReader Namespace Reference

Classes

class  Entity
 
class  Field
 
class  Schema
 
class  Type
 

Functions

def read (filename, silent=False)
 

Variables

 re_match_entity = re.compile(r,re.VERBOSE|re.DOTALL|re.MULTILINE)
 
 re_match_field = re.compile(r,re.VERBOSE|re.DOTALL)
 
 re_match_type = re.compile(r,re.VERBOSE|re.DOTALL)
 

Function Documentation

def ExpressReader.read (   filename,
  silent = False 
)

Variable Documentation

ExpressReader.re_match_entity = re.compile(r,re.VERBOSE|re.DOTALL|re.MULTILINE)
ExpressReader.re_match_field = re.compile(r,re.VERBOSE|re.DOTALL)
ExpressReader.re_match_type = re.compile(r,re.VERBOSE|re.DOTALL)