SimpleOpenNI
Class SceneMetaData

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

public class SceneMetaData
extends MapMetaData


Constructor Summary
SceneMetaData()
           
SceneMetaData(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 long CopyFrom(SceneMetaData other)
           
 void delete()
           
static long getCPtr(SceneMetaData obj)
           
 void InitFrom(SceneMetaData other)
           
 long InitFrom(SceneMetaData other, long nXRes, long nYRes, SWIGTYPE_p_XnLabel pExternalBuffer)
           
 SWIGTYPE_p_xn__LabelMap LabelMap()
           
 long ReAdjust(long nXRes, long nYRes)
           
 long ReAdjust(long nXRes, long nYRes, SWIGTYPE_p_XnLabel pExternalBuffer)
           
 SWIGTYPE_p_p_XnLabel ThisData()
           
 SWIGTYPE_p_XnSceneMetaData ThisGetUnderlying()
           
 SWIGTYPE_p_XnLabel ThisWritableDepthMap()
           
 SWIGTYPE_p_xn__LabelMap WritableLabelMap()
           
 
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

SceneMetaData

public SceneMetaData()

SceneMetaData

public SceneMetaData(long cPtr,
                     boolean cMemoryOwn)
Method Detail

CopyFrom

public long CopyFrom(SceneMetaData other)

delete

public void delete()
Overrides:
delete in class MapMetaData

getCPtr

public static long getCPtr(SceneMetaData obj)

InitFrom

public void InitFrom(SceneMetaData other)

InitFrom

public long InitFrom(SceneMetaData other,
                     long nXRes,
                     long nYRes,
                     SWIGTYPE_p_XnLabel pExternalBuffer)

LabelMap

public SWIGTYPE_p_xn__LabelMap LabelMap()

ReAdjust

public long ReAdjust(long nXRes,
                     long nYRes)

ReAdjust

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

ThisData

public SWIGTYPE_p_p_XnLabel ThisData()

ThisGetUnderlying

public SWIGTYPE_p_XnSceneMetaData ThisGetUnderlying()

ThisWritableDepthMap

public SWIGTYPE_p_XnLabel ThisWritableDepthMap()

WritableLabelMap

public SWIGTYPE_p_xn__LabelMap WritableLabelMap()