SimpleOpenNI
Class DepthMetaData

java.lang.Object
  extended by SimpleOpenNI.OutputMetaData
      extended by SimpleOpenNI.MapMetaData
          extended by SimpleOpenNI.DepthMetaData

public class DepthMetaData
extends MapMetaData


Constructor Summary
DepthMetaData()
           
DepthMetaData(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 SWIGTYPE_p_xn__DepthMap DepthMap()
           
static long getCPtr(DepthMetaData obj)
           
 void InitFrom(DepthMetaData other)
           
 long InitFrom(DepthMetaData other, long nXRes, long nYRes, SWIGTYPE_p_unsigned_short pExternalBuffer)
           
 long ReAdjust(long nXRes, long nYRes)
           
 long ReAdjust(long nXRes, long nYRes, SWIGTYPE_p_unsigned_short pExternalBuffer)
           
 SWIGTYPE_p_p_unsigned_short ThisData()
           
 SWIGTYPE_p_XnDepthMetaData ThisGetUnderlying()
           
 SWIGTYPE_p_unsigned_short ThisWritableDepthMap()
           
 SWIGTYPE_p_xn__DepthMap WritableDepthMap()
           
 int ZRes()
           
 
Methods inherited from class SimpleOpenNI.MapMetaData
AllocateData, BytesPerPixel, FPS, FullXRes, FullYRes, getCPtr, PixelFormat, ReAdjust, swigReleaseOwnership, swigTakeOwnership, XOffset, XRes, YOffset, YRes
 
Methods inherited from class SimpleOpenNI.OutputMetaData
AllocateData, Data, DataSize, FrameID, Free, getCPtr, GetUnderlying, IsDataNew, MakeDataWritable, Timestamp, WritableData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepthMetaData

public DepthMetaData()

DepthMetaData

public DepthMetaData(long cPtr,
                     boolean cMemoryOwn)
Method Detail

delete

public void delete()
Overrides:
delete in class MapMetaData

DepthMap

public SWIGTYPE_p_xn__DepthMap DepthMap()

getCPtr

public static long getCPtr(DepthMetaData obj)

InitFrom

public void InitFrom(DepthMetaData other)

InitFrom

public long InitFrom(DepthMetaData other,
                     long nXRes,
                     long nYRes,
                     SWIGTYPE_p_unsigned_short pExternalBuffer)

ReAdjust

public long ReAdjust(long nXRes,
                     long nYRes)

ReAdjust

public long ReAdjust(long nXRes,
                     long nYRes,
                     SWIGTYPE_p_unsigned_short pExternalBuffer)

ThisData

public SWIGTYPE_p_p_unsigned_short ThisData()

ThisGetUnderlying

public SWIGTYPE_p_XnDepthMetaData ThisGetUnderlying()

ThisWritableDepthMap

public SWIGTYPE_p_unsigned_short ThisWritableDepthMap()

WritableDepthMap

public SWIGTYPE_p_xn__DepthMap WritableDepthMap()

ZRes

public int ZRes()