org.jcae.opencascade.jni
Class Geom2dAdaptor_Curve

java.lang.Object
  extended by org.jcae.opencascade.jni.Adaptor2d_Curve2d
      extended by org.jcae.opencascade.jni.Geom2dAdaptor_Curve

public class Geom2dAdaptor_Curve
extends Adaptor2d_Curve2d


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

Constructor Detail

Geom2dAdaptor_Curve

protected Geom2dAdaptor_Curve(long cPtr,
                              boolean cMemoryOwn)

Geom2dAdaptor_Curve

public Geom2dAdaptor_Curve()

Geom2dAdaptor_Curve

public Geom2dAdaptor_Curve(Geom2d_Curve C)

Geom2dAdaptor_Curve

public Geom2dAdaptor_Curve(Geom2d_Curve C,
                           double UFirst,
                           double ULast)
Method Detail

getCPtr

protected static long getCPtr(Geom2dAdaptor_Curve obj)

finalize

protected void finalize()
Overrides:
finalize in class Adaptor2d_Curve2d

delete

public void delete()
Overrides:
delete in class Adaptor2d_Curve2d

load

public void load(Geom2d_Curve C)

load

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