public abstract class MainLibBase
extends java.lang.Object
MainLib
, which will be generated
based on the meta data found in the Blender file.Modifier and Type | Field and Description |
---|---|
protected BlenderFile |
blenderFile |
protected BlockTable |
blockTable |
Modifier | Constructor and Description |
---|---|
protected |
MainLibBase(java.lang.String packageName,
BlenderFile blend) |
Modifier and Type | Method and Description |
---|---|
protected abstract CFacade |
getFirst(CFacade libElem) |
static boolean |
isLibraryElement(CStruct struct) |
protected BlockTable blockTable
protected BlenderFile blenderFile
protected MainLibBase(java.lang.String packageName, BlenderFile blend) throws java.io.IOException
java.io.IOException