SimpleOpenNI
Class XnBoundingBox3D

java.lang.Object
  extended by SimpleOpenNI.XnBoundingBox3D

public class XnBoundingBox3D
extends java.lang.Object


Constructor Summary
XnBoundingBox3D()
           
XnBoundingBox3D(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
static long getCPtr(XnBoundingBox3D obj)
           
 XnPoint3D getLeftBottomNear()
           
 XnPoint3D getRightTopFar()
           
 void setLeftBottomNear(XnPoint3D value)
           
 void setRightTopFar(XnPoint3D value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XnBoundingBox3D

public XnBoundingBox3D()

XnBoundingBox3D

public XnBoundingBox3D(long cPtr,
                       boolean cMemoryOwn)
Method Detail

delete

public void delete()

getCPtr

public static long getCPtr(XnBoundingBox3D obj)

getLeftBottomNear

public XnPoint3D getLeftBottomNear()

getRightTopFar

public XnPoint3D getRightTopFar()

setLeftBottomNear

public void setLeftBottomNear(XnPoint3D value)

setRightTopFar

public void setRightTopFar(XnPoint3D value)