메소드 | 설명 | |
---|---|---|
AddLicense ( License license ) : void | ||
Context ( ) : System | ||
CreateAnyProductionTree ( NodeType type, OpenNI.Query query ) : OpenNI.ProductionNode | ||
CreateFromXmlFile ( string xmlFile, OpenNI.ScriptNode &scriptNode ) : |
||
CreateProductionNodeFromNative ( |
||
CreateProductionTree ( |
||
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 |
메소드 | 설명 | |
---|---|---|
FreeObject ( IntPtr ptr, bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
Context ( |
||
Context ( |
||
Context ( string xmlFile ) : System | ||
CreateAnyProductionTreeImpl ( NodeType type, OpenNI.Query query ) : |
||
CreateProductionNodeObject ( |
||
CreateProductionNodeObject ( |
||
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 |
public CreateAnyProductionTree ( NodeType type, OpenNI.Query query ) : OpenNI.ProductionNode | ||
type | NodeType | |
query | OpenNI.Query | |
리턴 | OpenNI.ProductionNode |
public static CreateFromXmlFile ( string xmlFile, OpenNI.ScriptNode &scriptNode ) : |
||
xmlFile | string | |
scriptNode | OpenNI.ScriptNode | |
리턴 |
public static CreateProductionNodeFromNative ( |
||
nodeHandle | ||
리턴 | OpenNI.ProductionNode |
public CreateProductionTree ( |
||
nodeInfo | ||
리턴 | OpenNI.ProductionNode |
public EnumerateExistingNodes ( NodeType type ) : NodeInfoList | ||
type | NodeType | |
리턴 | NodeInfoList |
public EnumerateProductionTrees ( NodeType type ) : NodeInfoList | ||
type | NodeType | |
리턴 | NodeInfoList |
public EnumerateProductionTrees ( NodeType type, Query query ) : NodeInfoList | ||
type | NodeType | |
query | Query | |
리턴 | NodeInfoList |
public FindExistingNode ( NodeType type ) : ProductionNode | ||
type | NodeType | |
리턴 | ProductionNode |
protected FreeObject ( IntPtr ptr, bool disposing ) : void | ||
ptr | IntPtr | |
disposing | bool | |
리턴 | void |
public static FromNative ( IntPtr pContext ) : Context | ||
pContext | IntPtr | A pointer to the native object |
리턴 | Context |
public GetProductionNodeByName ( string name ) : ProductionNode | ||
name | string | |
리턴 | ProductionNode |
public GetProductionNodeInfoByName ( string name ) : NodeInfo | ||
name | string | |
리턴 | NodeInfo |
public OpenFileRecordingEx ( string fileName ) : ProductionNode | ||
fileName | string | |
리턴 | ProductionNode |
public RunXmlScriptFromFileEx ( string xmlFile ) : ProductionNode | ||
xmlFile | string | |
리턴 | ProductionNode |