C# Class FANNCSharp.ActivationFunctionArray

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
ActivationFunctionArray ( int nelements ) : FannWrapperFixed
Dispose ( ) : void
cast ( ) : SWIGTYPE_p_FANN__activation_function_enum
frompointer ( SWIGTYPE_p_FANN__activation_function_enum t ) : ActivationFunctionArray
getitem ( int index ) : ActivationFunction
setitem ( int index, ActivationFunction value ) : void

Private Methods

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

Method Details

ActivationFunctionArray() public method

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

Dispose() public method

public Dispose ( ) : void
return void

cast() public method

public cast ( ) : SWIGTYPE_p_FANN__activation_function_enum
return SWIGTYPE_p_FANN__activation_function_enum

frompointer() public static method

public static frompointer ( SWIGTYPE_p_FANN__activation_function_enum t ) : ActivationFunctionArray
t SWIGTYPE_p_FANN__activation_function_enum
return ActivationFunctionArray

getitem() public method

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

setitem() public method

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

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool