C# Class FannWrapperFloat.floatArrayArray

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_p_float
floatArrayArray ( int nelements ) : FANNCSharp
frompointer ( SWIGTYPE_p_p_float t ) : floatArrayArray
getitem ( int index ) : SWIGTYPE_p_float
setitem ( int index, SWIGTYPE_p_float value ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

cast() public method

public cast ( ) : SWIGTYPE_p_p_float
return SWIGTYPE_p_p_float

floatArrayArray() public method

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

frompointer() public static method

public static frompointer ( SWIGTYPE_p_p_float t ) : floatArrayArray
t SWIGTYPE_p_p_float
return floatArrayArray

getitem() public method

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

setitem() public method

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

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool