C# Class FANNCSharp.uintArray

Inheritance: global::System.IDisposable
Mostrar archivo Open project: joelself/FannCSharp Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
cast ( ) : SWIGTYPE_p_unsigned_int
frompointer ( SWIGTYPE_p_unsigned_int t ) : uintArray
getitem ( int index ) : uint
setitem ( int index, uint value ) : void
uintArray ( int nelements ) : FannWrapperFixed

Private Methods

Method Description
getCPtr ( uintArray obj ) : global::System.Runtime.InteropServices.HandleRef
uintArray ( global cPtr, bool cMemoryOwn ) : FannWrapperFixed

Method Details

Dispose() public method

public Dispose ( ) : void
return void

cast() public method

public cast ( ) : SWIGTYPE_p_unsigned_int
return SWIGTYPE_p_unsigned_int

frompointer() public static method

public static frompointer ( SWIGTYPE_p_unsigned_int t ) : uintArray
t SWIGTYPE_p_unsigned_int
return uintArray

getitem() public method

public getitem ( int index ) : uint
index int
return uint

setitem() public method

public setitem ( int index, uint value ) : void
index int
value uint
return void

uintArray() public method

public uintArray ( int nelements ) : FannWrapperFixed
nelements int
return FannWrapperFixed

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool