C# Class FannWrapperDouble.ConnectionArray

Inheritance: global::System.IDisposable
Mostra file Open project: joelself/FannCSharp Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

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

Private Methods

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

Method Details

ConnectionArray() public method

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

Dispose() public method

public Dispose ( ) : void
return void

cast() public method

public cast ( ) : Connection
return Connection

frompointer() public static method

public static frompointer ( Connection t ) : ConnectionArray
t Connection
return ConnectionArray

getitem() public method

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

setitem() public method

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

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool