org.jcae.opencascade.jni
Class GP_Circ

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

public class GP_Circ
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  GP_Circ(double[] axis, double radius)
           
protected GP_Circ(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(GP_Circ 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

GP_Circ

protected GP_Circ(long cPtr,
                  boolean cMemoryOwn)

GP_Circ

public GP_Circ(double[] axis,
               double radius)
Method Detail

getCPtr

protected static long getCPtr(GP_Circ obj)

finalize

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

delete

public void delete()