C# Class xn.NodeInfo

Inheritance: ObjectWrapper
Afficher le fichier Open project: roxlu/OpenNI Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
FreeObject ( IntPtr ptr ) : void

Private Methods

Méthode Description
NodeInfo ( IntPtr pNodeInfo ) : System

Method Details

FreeObject() protected méthode

protected FreeObject ( IntPtr ptr ) : void
ptr System.IntPtr
Résultat void

FromNative() public static méthode

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

GetCreationInfo() public méthode

public GetCreationInfo ( ) : string
Résultat string

GetDescription() public méthode

public GetDescription ( ) : ProductionNodeDescription
Résultat ProductionNodeDescription

GetInstance() public méthode

public GetInstance ( ) : ProductionNode
Résultat ProductionNode

GetInstanceName() public méthode

public GetInstanceName ( ) : string
Résultat string

GetNeededNodes() public méthode

public GetNeededNodes ( ) : NodeInfoList
Résultat NodeInfoList

SetInstanceName() public méthode

public SetInstanceName ( string strName ) : void
strName string
Résultat void