C# Class Importer, daguerreo

Inheritance: IDisposable
显示文件 Open project: Akranar/daguerreo Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

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

Private Methods

Method Description
Importer ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Importer, obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FreeScene() public method

public FreeScene ( ) : void
return void

GetErrorString() public method

public GetErrorString ( ) : string
return string

GetExtensionList() public method

public GetExtensionList ( ) : string
return string

GetExtensionList() public method

public GetExtensionList ( SWIGTYPE_p_std__string, szOut ) : void
szOut SWIGTYPE_p_std__string,
return void

GetExtensionList() public method

public GetExtensionList ( aiString, szOut ) : void
szOut aiString,
return void

GetMemoryRequirements() public method

public GetMemoryRequirements ( aiMemoryInfo, arg0 ) : void
arg0 aiMemoryInfo,
return void

GetOrphanedScene() public method

public GetOrphanedScene ( ) : aiScene,
return aiScene,

GetProgressHandler() public method

public GetProgressHandler ( ) : ProgressHandler,
return ProgressHandler,

GetPropertyBool() public method

public GetPropertyBool ( string szName ) : bool
szName string
return bool

GetPropertyBool() public method

public GetPropertyBool ( string szName, bool bErrorReturn ) : bool
szName string
bErrorReturn bool
return bool

GetPropertyFloat() public method

public GetPropertyFloat ( string szName ) : float
szName string
return float

GetPropertyFloat() public method

public GetPropertyFloat ( string szName, float fErrorReturn ) : float
szName string
fErrorReturn float
return float

GetPropertyInteger() public method

public GetPropertyInteger ( string szName ) : int
szName string
return int

GetPropertyInteger() public method

public GetPropertyInteger ( string szName, int iErrorReturn ) : int
szName string
iErrorReturn int
return int

GetPropertyString() public method

public GetPropertyString ( string szName ) : string
szName string
return string

GetPropertyString() public method

public GetPropertyString ( string szName, string sErrorReturn ) : string
szName string
sErrorReturn string
return string

GetScene() public method

public GetScene ( ) : aiScene,
return aiScene,

Importer() public method

public Importer ( ) : System
return System

Importer() public method

public Importer ( Importer, other ) : System
other Importer,
return System

IsDefaultIOHandler() public method

public IsDefaultIOHandler ( ) : bool
return bool

IsDefaultProgressHandler() public method

public IsDefaultProgressHandler ( ) : bool
return bool

IsExtensionSupported() public method

public IsExtensionSupported ( string szExtension ) : bool
szExtension string
return bool

ReadFile() public method

public ReadFile ( string pFile, aiPostProcessSteps pFlags ) : aiScene,
pFile string
pFlags aiPostProcessSteps
return aiScene,

SetExtraVerbose() public method

public SetExtraVerbose ( bool bDo ) : void
bDo bool
return void

SetProgressHandler() public method

public SetProgressHandler ( ProgressHandler, pHandler ) : void
pHandler ProgressHandler,
return void

ValidateFlags() public method

public ValidateFlags ( aiPostProcessSteps pFlags ) : bool
pFlags aiPostProcessSteps
return bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool