C# Class aiFace, daguerreo

Inheritance: IDisposable
Mostrar archivo Open project: Akranar/daguerreo Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
__equal__ ( aiFace, o ) : bool
__nequal__ ( aiFace, o ) : bool
__set__ ( aiFace, o ) : aiFace,
aiFace ( ) : System
aiFace ( aiFace, o ) : System

Private Methods

Method Description
GetmIndices ( ) : UintVector
aiFace ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( aiFace, obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

__equal__() public method

public __equal__ ( aiFace, o ) : bool
o aiFace,
return bool

__nequal__() public method

public __nequal__ ( aiFace, o ) : bool
o aiFace,
return bool

__set__() public method

public __set__ ( aiFace, o ) : aiFace,
o aiFace,
return aiFace,

aiFace() public method

public aiFace ( ) : System
return System

aiFace() public method

public aiFace ( aiFace, o ) : System
o aiFace,
return System

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool