org.jcae.opencascade.jni
Class BRepBndLib

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

public class BRepBndLib
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  BRepBndLib()
           
protected BRepBndLib(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
static void add(TopoDS_Shape shape, Bnd_Box bndBox)
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(BRepBndLib obj)
           
 
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

BRepBndLib

protected BRepBndLib(long cPtr,
                     boolean cMemoryOwn)

BRepBndLib

public BRepBndLib()
Method Detail

getCPtr

protected static long getCPtr(BRepBndLib obj)

finalize

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

delete

public void delete()

add

public static void add(TopoDS_Shape shape,
                       Bnd_Box bndBox)