C# Class xn.NodeInfo

Inheritance: ObjectWrapper
Show file Open project: roxlu/OpenNI Class Usage Examples

Public Methods

Method Description
FromNative ( IntPtr pNodeInfo ) : NodeInfo

Creates a managed NodeInfo object to wrap a native one.

GetCreationInfo ( ) : string
GetDescription ( ) : ProductionNodeDescription
GetInstance ( ) : ProductionNode
GetInstanceName ( ) : string
GetNeededNodes ( ) : NodeInfoList
SetInstanceName ( string strName ) : void

Protected Methods

Method Description
FreeObject ( IntPtr ptr ) : void

Private Methods

Method Description
NodeInfo ( IntPtr pNodeInfo ) : System

Method Details

FreeObject() protected method

protected FreeObject ( IntPtr ptr ) : void
ptr System.IntPtr
return void

FromNative() public static method

Creates a managed NodeInfo object to wrap a native one.
public static FromNative ( IntPtr pNodeInfo ) : NodeInfo
pNodeInfo System.IntPtr The native node info pointer
return NodeInfo

GetCreationInfo() public method

public GetCreationInfo ( ) : string
return string

GetDescription() public method

public GetDescription ( ) : ProductionNodeDescription
return ProductionNodeDescription

GetInstance() public method

public GetInstance ( ) : ProductionNode
return ProductionNode

GetInstanceName() public method

public GetInstanceName ( ) : string
return string

GetNeededNodes() public method

public GetNeededNodes ( ) : NodeInfoList
return NodeInfoList

SetInstanceName() public method

public SetInstanceName ( string strName ) : void
strName string
return void