SimpleOpenNI
Class NodeInfoList

java.lang.Object
  extended by SimpleOpenNI.NodeInfoList

public class NodeInfoList
extends java.lang.Object


Constructor Summary
NodeInfoList()
           
NodeInfoList(long cPtr, boolean cMemoryOwn)
           
NodeInfoList(SWIGTYPE_p_XnNodeInfoList pList)
           
 
Method Summary
 long Add(SWIGTYPE_p_XnProductionNodeDescription description, java.lang.String strCreationInfo, NodeInfoList pNeededNodes)
           
 long AddEx(SWIGTYPE_p_XnProductionNodeDescription description, java.lang.String strCreationInfo, NodeInfoList pNeededNodes, SWIGTYPE_p_void pAdditionalData, SWIGTYPE_p_XnFreeHandler pFreeHandler)
           
 long AddNode(NodeInfo info)
           
 long Append(NodeInfoList other)
           
 long Clear()
           
 void delete()
           
static long getCPtr(NodeInfoList obj)
           
 SWIGTYPE_p_XnNodeInfoList GetUnderlyingObject()
           
 boolean IsEmpty()
           
 void ReplaceUnderlyingObject(SWIGTYPE_p_XnNodeInfoList pList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeInfoList

public NodeInfoList()

NodeInfoList

public NodeInfoList(long cPtr,
                    boolean cMemoryOwn)

NodeInfoList

public NodeInfoList(SWIGTYPE_p_XnNodeInfoList pList)
Method Detail

Add

public long Add(SWIGTYPE_p_XnProductionNodeDescription description,
                java.lang.String strCreationInfo,
                NodeInfoList pNeededNodes)

AddEx

public long AddEx(SWIGTYPE_p_XnProductionNodeDescription description,
                  java.lang.String strCreationInfo,
                  NodeInfoList pNeededNodes,
                  SWIGTYPE_p_void pAdditionalData,
                  SWIGTYPE_p_XnFreeHandler pFreeHandler)

AddNode

public long AddNode(NodeInfo info)

Append

public long Append(NodeInfoList other)

Clear

public long Clear()

delete

public void delete()

getCPtr

public static long getCPtr(NodeInfoList obj)

GetUnderlyingObject

public SWIGTYPE_p_XnNodeInfoList GetUnderlyingObject()

IsEmpty

public boolean IsEmpty()

ReplaceUnderlyingObject

public void ReplaceUnderlyingObject(SWIGTYPE_p_XnNodeInfoList pList)