C# Class FannWrapperFixed.intArray

Inheritance: global::System.IDisposable
ファイルを表示 Open project: joelself/FannCSharp Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
cast ( ) : SWIGTYPE_p_int
frompointer ( SWIGTYPE_p_int t ) : intArray
getitem ( int index ) : int
intArray ( int nelements ) : FANNCSharp
setitem ( int index, int value ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

cast() public method

public cast ( ) : SWIGTYPE_p_int
return SWIGTYPE_p_int

frompointer() public static method

public static frompointer ( SWIGTYPE_p_int t ) : intArray
t SWIGTYPE_p_int
return intArray

getitem() public method

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

intArray() public method

public intArray ( int nelements ) : FANNCSharp
nelements int
return FANNCSharp

setitem() public method

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

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool