C# Class OpenNI.Context

Inheritance: ObjectWrapper
Afficher le fichier Open project: jspricke/debian-openni Class Usage Examples

Méthodes publiques

Méthode Description
AddLicense ( License license ) : void
Context ( ) : System
CreateAnyProductionTree ( NodeType type, OpenNI.Query query ) : OpenNI.ProductionNode
CreateFromXmlFile ( string xmlFile, OpenNI.ScriptNode &scriptNode ) : Context
CreateProductionNodeFromNative ( IntPtr nodeHandle ) : OpenNI.ProductionNode
CreateProductionTree ( NodeInfo nodeInfo ) : OpenNI.ProductionNode
EnumerateExistingNodes ( ) : NodeInfoList
EnumerateExistingNodes ( NodeType type ) : NodeInfoList
EnumerateLicenses ( ) : License[]
EnumerateProductionTrees ( NodeType type ) : NodeInfoList
EnumerateProductionTrees ( NodeType type, Query query ) : NodeInfoList
FindExistingNode ( NodeType type ) : ProductionNode
FromNative ( IntPtr pContext ) : Context

Creates a managed Context object to wrap a native one.

GetProductionNodeByName ( string name ) : ProductionNode
GetProductionNodeInfoByName ( string name ) : NodeInfo
OpenFileRecordingEx ( string fileName ) : ProductionNode
Release ( ) : void
RunXmlScriptEx ( string xml ) : ScriptNode
RunXmlScriptFromFileEx ( string xmlFile ) : ProductionNode
StartGeneratingAll ( ) : void
StopGeneratingAll ( ) : void
WaitAndUpdateAll ( ) : void
WaitAnyUpdateAll ( ) : void
WaitNoneUpdateAll ( ) : void
WaitOneUpdateAll ( Generator node ) : void

Méthodes protégées

Méthode Description
FreeObject ( IntPtr ptr, bool disposing ) : void

Private Methods

Méthode Description
Context ( IntPtr pContext ) : System
Context ( IntPtr pContext, bool addRef ) : System
Context ( string xmlFile ) : System
CreateAnyProductionTreeImpl ( NodeType type, OpenNI.Query query ) : IntPtr
CreateProductionNodeObject ( IntPtr nodeHandle ) : OpenNI.ProductionNode
CreateProductionNodeObject ( IntPtr nodeHandle, NodeType type ) : OpenNI.ProductionNode
ErrorStateChangedCallback ( Int32 status, IntPtr cookie ) : void
Init ( ) : IntPtr
InitFromXml ( string xmlFile ) : IntPtr
InitFromXmlEx ( string xmlFile, IntPtr &hScriptNode ) : IntPtr
NodeCreationCallback ( IntPtr pContext, IntPtr hCreatedNode, IntPtr pCookie ) : void
NodeDestructionCallback ( IntPtr pContext, string strDestroyedNodeName, IntPtr pCookie ) : void
OnContextShuttingDown ( IntPtr pContext, IntPtr pCookie ) : void
OpenFileRecording ( string fileName ) : void
RemoveContext ( IntPtr pContext ) : void
RunXmlScript ( string xml ) : void
RunXmlScriptFromFile ( string xmlFile ) : void
Shutdown ( ) : void

Method Details

AddLicense() public méthode

public AddLicense ( License license ) : void
license License
Résultat void

Context() public méthode

public Context ( ) : System
Résultat System

CreateAnyProductionTree() public méthode

public CreateAnyProductionTree ( NodeType type, OpenNI.Query query ) : OpenNI.ProductionNode
type NodeType
query OpenNI.Query
Résultat OpenNI.ProductionNode

CreateFromXmlFile() public static méthode

public static CreateFromXmlFile ( string xmlFile, OpenNI.ScriptNode &scriptNode ) : Context
xmlFile string
scriptNode OpenNI.ScriptNode
Résultat Context

CreateProductionNodeFromNative() public static méthode

public static CreateProductionNodeFromNative ( IntPtr nodeHandle ) : OpenNI.ProductionNode
nodeHandle System.IntPtr
Résultat OpenNI.ProductionNode

CreateProductionTree() public méthode

public CreateProductionTree ( NodeInfo nodeInfo ) : OpenNI.ProductionNode
nodeInfo NodeInfo
Résultat OpenNI.ProductionNode

EnumerateExistingNodes() public méthode

public EnumerateExistingNodes ( ) : NodeInfoList
Résultat NodeInfoList

EnumerateExistingNodes() public méthode

public EnumerateExistingNodes ( NodeType type ) : NodeInfoList
type NodeType
Résultat NodeInfoList

EnumerateLicenses() public méthode

public EnumerateLicenses ( ) : License[]
Résultat License[]

EnumerateProductionTrees() public méthode

public EnumerateProductionTrees ( NodeType type ) : NodeInfoList
type NodeType
Résultat NodeInfoList

EnumerateProductionTrees() public méthode

public EnumerateProductionTrees ( NodeType type, Query query ) : NodeInfoList
type NodeType
query Query
Résultat NodeInfoList

FindExistingNode() public méthode

public FindExistingNode ( NodeType type ) : ProductionNode
type NodeType
Résultat ProductionNode

FreeObject() protected méthode

protected FreeObject ( IntPtr ptr, bool disposing ) : void
ptr IntPtr
disposing bool
Résultat void

FromNative() public static méthode

Creates a managed Context object to wrap a native one.
public static FromNative ( IntPtr pContext ) : Context
pContext IntPtr A pointer to the native object
Résultat Context

GetProductionNodeByName() public méthode

public GetProductionNodeByName ( string name ) : ProductionNode
name string
Résultat ProductionNode

GetProductionNodeInfoByName() public méthode

public GetProductionNodeInfoByName ( string name ) : NodeInfo
name string
Résultat NodeInfo

OpenFileRecordingEx() public méthode

public OpenFileRecordingEx ( string fileName ) : ProductionNode
fileName string
Résultat ProductionNode

Release() public méthode

public Release ( ) : void
Résultat void

RunXmlScriptEx() public méthode

public RunXmlScriptEx ( string xml ) : ScriptNode
xml string
Résultat ScriptNode

RunXmlScriptFromFileEx() public méthode

public RunXmlScriptFromFileEx ( string xmlFile ) : ProductionNode
xmlFile string
Résultat ProductionNode

StartGeneratingAll() public méthode

public StartGeneratingAll ( ) : void
Résultat void

StopGeneratingAll() public méthode

public StopGeneratingAll ( ) : void
Résultat void

WaitAndUpdateAll() public méthode

public WaitAndUpdateAll ( ) : void
Résultat void

WaitAnyUpdateAll() public méthode

public WaitAnyUpdateAll ( ) : void
Résultat void

WaitNoneUpdateAll() public méthode

public WaitNoneUpdateAll ( ) : void
Résultat void

WaitOneUpdateAll() public méthode

public WaitOneUpdateAll ( Generator node ) : void
node Generator
Résultat void