Property | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FreeScene ( ) : void | ||
GetErrorString ( ) : string | ||
GetExtensionList ( ) : string | ||
GetExtensionList ( SWIGTYPE_p_std__string, szOut ) : void | ||
GetExtensionList ( aiString, szOut ) : void | ||
GetMemoryRequirements ( aiMemoryInfo, arg0 ) : void | ||
GetOrphanedScene ( ) : aiScene, | ||
GetProgressHandler ( ) : ProgressHandler, | ||
GetPropertyBool ( string szName ) : bool | ||
GetPropertyBool ( string szName, bool bErrorReturn ) : bool | ||
GetPropertyFloat ( string szName ) : float | ||
GetPropertyFloat ( string szName, float fErrorReturn ) : float | ||
GetPropertyInteger ( string szName ) : int | ||
GetPropertyInteger ( string szName, int iErrorReturn ) : int | ||
GetPropertyString ( string szName ) : string | ||
GetPropertyString ( string szName, string sErrorReturn ) : string | ||
GetScene ( ) : aiScene, | ||
Importer ( ) : System | ||
Importer ( Importer, other ) : System | ||
IsDefaultIOHandler ( ) : bool | ||
IsDefaultProgressHandler ( ) : bool | ||
IsExtensionSupported ( string szExtension ) : bool | ||
ReadFile ( string pFile, aiPostProcessSteps pFlags ) : aiScene, | ||
SetExtraVerbose ( bool bDo ) : void | ||
SetProgressHandler ( ProgressHandler, pHandler ) : void | ||
ValidateFlags ( aiPostProcessSteps pFlags ) : bool |
Method | Description | |
---|---|---|
Importer ( IntPtr cPtr, bool cMemoryOwn ) : System | ||
getCPtr ( Importer, obj ) : HandleRef |
public GetExtensionList ( SWIGTYPE_p_std__string, szOut ) : void | ||
szOut | SWIGTYPE_p_std__string, | |
return | void |
public GetExtensionList ( aiString, szOut ) : void | ||
szOut | aiString, | |
return | void |
public GetMemoryRequirements ( aiMemoryInfo, arg0 ) : void | ||
arg0 | aiMemoryInfo, | |
return | void |
public GetProgressHandler ( ) : ProgressHandler, | ||
return | ProgressHandler, |
public GetPropertyBool ( string szName ) : bool | ||
szName | string | |
return | bool |
public GetPropertyBool ( string szName, bool bErrorReturn ) : bool | ||
szName | string | |
bErrorReturn | bool | |
return | bool |
public GetPropertyFloat ( string szName ) : float | ||
szName | string | |
return | float |
public GetPropertyFloat ( string szName, float fErrorReturn ) : float | ||
szName | string | |
fErrorReturn | float | |
return | float |
public GetPropertyInteger ( string szName ) : int | ||
szName | string | |
return | int |
public GetPropertyInteger ( string szName, int iErrorReturn ) : int | ||
szName | string | |
iErrorReturn | int | |
return | int |
public GetPropertyString ( string szName ) : string | ||
szName | string | |
return | string |
public GetPropertyString ( string szName, string sErrorReturn ) : string | ||
szName | string | |
sErrorReturn | string | |
return | string |
public IsExtensionSupported ( string szExtension ) : bool | ||
szExtension | string | |
return | bool |
public ReadFile ( string pFile, aiPostProcessSteps pFlags ) : aiScene, | ||
pFile | string | |
pFlags | aiPostProcessSteps | |
return | aiScene, |
public SetProgressHandler ( ProgressHandler, pHandler ) : void | ||
pHandler | ProgressHandler, | |
return | void |
public ValidateFlags ( aiPostProcessSteps pFlags ) : bool | ||
pFlags | aiPostProcessSteps | |
return | bool |