org.jcae.opencascade.jni
Class Bnd_Box

java.lang.Object
  extended by org.jcae.opencascade.jni.Bnd_Box

public class Bnd_Box
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  Bnd_Box()
           
protected Bnd_Box(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 double[] get()
          Return the array { Xmin, Ymin, Zmin, Xmax, Ymax, Zmax }
 void get(double[] box)
           
protected static long getCPtr(Bnd_Box obj)
           
 boolean isVoid()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

Bnd_Box

protected Bnd_Box(long cPtr,
                  boolean cMemoryOwn)

Bnd_Box

public Bnd_Box()
Method Detail

getCPtr

protected static long getCPtr(Bnd_Box obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

get

public double[] get()
Return the array { Xmin, Ymin, Zmin, Xmax, Ymax, Zmax }


isVoid

public boolean isVoid()

get

public void get(double[] box)