Assimp  v4.1. (December 2018)
ExpressReader Namespace Reference

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)
 

Function Documentation

◆ read()

def ExpressReader.read (   filename,
  silent = False 
)

Variable Documentation

◆ re_match_entity

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

◆ re_match_field

ExpressReader.re_match_field = re.compile(,re.VERBOSE|re.DOTALL)

◆ re_match_type

ExpressReader.re_match_type = re.compile(,re.VERBOSE|re.DOTALL)