CreateAnyProductionTreeImpl() private method

private CreateAnyProductionTreeImpl ( NodeType type, OpenNI.Query query ) : IntPtr
type NodeType
query OpenNI.Query
return System.IntPtr
コード例 #1
0
 private static IntPtr Create(Context context, Query query)
 {
     return(context.CreateAnyProductionTreeImpl(NodeType.Device, query));
 }
コード例 #2
0
ファイル: Device.cs プロジェクト: hooface/OpenNI
 private static IntPtr Create(Context context, Query query)
 {
     return context.CreateAnyProductionTreeImpl(NodeType.Device, query);
 }