CreateAnyProductionTreeImpl() 개인적인 메소드

private CreateAnyProductionTreeImpl ( NodeType type, OpenNI.Query query ) : IntPtr
type NodeType
query OpenNI.Query
리턴 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);
 }