org.jcae.opencascade.jni
Class GeomAdaptor_Curve

java.lang.Object
  extended by org.jcae.opencascade.jni.Adaptor3d_Curve
      extended by org.jcae.opencascade.jni.GeomAdaptor_Curve

public class GeomAdaptor_Curve
extends Adaptor3d_Curve


Field Summary
 
Fields inherited from class org.jcae.opencascade.jni.Adaptor3d_Curve
swigCMemOwn
 
Constructor Summary
  GeomAdaptor_Curve()
           
  GeomAdaptor_Curve(Geom_Curve C)
           
  GeomAdaptor_Curve(Geom_Curve C, double UFirst, double ULast)
           
protected GeomAdaptor_Curve(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(GeomAdaptor_Curve obj)
           
 void load(Geom_Curve C)
           
 void load(Geom_Curve C, double UFirst, double ULast)
           
 
Methods inherited from class org.jcae.opencascade.jni.Adaptor3d_Curve
arrayValues, getCPtr, value
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeomAdaptor_Curve

protected GeomAdaptor_Curve(long cPtr,
                            boolean cMemoryOwn)

GeomAdaptor_Curve

public GeomAdaptor_Curve()

GeomAdaptor_Curve

public GeomAdaptor_Curve(Geom_Curve C)

GeomAdaptor_Curve

public GeomAdaptor_Curve(Geom_Curve C,
                         double UFirst,
                         double ULast)
Method Detail

getCPtr

protected static long getCPtr(GeomAdaptor_Curve obj)

finalize

protected void finalize()
Overrides:
finalize in class Adaptor3d_Curve

delete

public void delete()
Overrides:
delete in class Adaptor3d_Curve

load

public void load(Geom_Curve C)

load

public void load(Geom_Curve C,
                 double UFirst,
                 double ULast)