C# 클래스 Importer, daguerreo

상속: IDisposable
파일 보기 프로젝트 열기: Akranar/daguerreo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Importer ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Importer, obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FreeScene() 공개 메소드

public FreeScene ( ) : void
리턴 void

GetErrorString() 공개 메소드

public GetErrorString ( ) : string
리턴 string

GetExtensionList() 공개 메소드

public GetExtensionList ( ) : string
리턴 string

GetExtensionList() 공개 메소드

public GetExtensionList ( SWIGTYPE_p_std__string, szOut ) : void
szOut SWIGTYPE_p_std__string,
리턴 void

GetExtensionList() 공개 메소드

public GetExtensionList ( aiString, szOut ) : void
szOut aiString,
리턴 void

GetMemoryRequirements() 공개 메소드

public GetMemoryRequirements ( aiMemoryInfo, arg0 ) : void
arg0 aiMemoryInfo,
리턴 void

GetOrphanedScene() 공개 메소드

public GetOrphanedScene ( ) : aiScene,
리턴 aiScene,

GetProgressHandler() 공개 메소드

public GetProgressHandler ( ) : ProgressHandler,
리턴 ProgressHandler,

GetPropertyBool() 공개 메소드

public GetPropertyBool ( string szName ) : bool
szName string
리턴 bool

GetPropertyBool() 공개 메소드

public GetPropertyBool ( string szName, bool bErrorReturn ) : bool
szName string
bErrorReturn bool
리턴 bool

GetPropertyFloat() 공개 메소드

public GetPropertyFloat ( string szName ) : float
szName string
리턴 float

GetPropertyFloat() 공개 메소드

public GetPropertyFloat ( string szName, float fErrorReturn ) : float
szName string
fErrorReturn float
리턴 float

GetPropertyInteger() 공개 메소드

public GetPropertyInteger ( string szName ) : int
szName string
리턴 int

GetPropertyInteger() 공개 메소드

public GetPropertyInteger ( string szName, int iErrorReturn ) : int
szName string
iErrorReturn int
리턴 int

GetPropertyString() 공개 메소드

public GetPropertyString ( string szName ) : string
szName string
리턴 string

GetPropertyString() 공개 메소드

public GetPropertyString ( string szName, string sErrorReturn ) : string
szName string
sErrorReturn string
리턴 string

GetScene() 공개 메소드

public GetScene ( ) : aiScene,
리턴 aiScene,

Importer() 공개 메소드

public Importer ( ) : System
리턴 System

Importer() 공개 메소드

public Importer ( Importer, other ) : System
other Importer,
리턴 System

IsDefaultIOHandler() 공개 메소드

public IsDefaultIOHandler ( ) : bool
리턴 bool

IsDefaultProgressHandler() 공개 메소드

public IsDefaultProgressHandler ( ) : bool
리턴 bool

IsExtensionSupported() 공개 메소드

public IsExtensionSupported ( string szExtension ) : bool
szExtension string
리턴 bool

ReadFile() 공개 메소드

public ReadFile ( string pFile, aiPostProcessSteps pFlags ) : aiScene,
pFile string
pFlags aiPostProcessSteps
리턴 aiScene,

SetExtraVerbose() 공개 메소드

public SetExtraVerbose ( bool bDo ) : void
bDo bool
리턴 void

SetProgressHandler() 공개 메소드

public SetProgressHandler ( ProgressHandler, pHandler ) : void
pHandler ProgressHandler,
리턴 void

ValidateFlags() 공개 메소드

public ValidateFlags ( aiPostProcessSteps pFlags ) : bool
pFlags aiPostProcessSteps
리턴 bool

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool