org.jcae.opencascade.jni
Class Geom_Curve

java.lang.Object
  extended by org.jcae.opencascade.jni.Geom_Geometry
      extended by org.jcae.opencascade.jni.Geom_Curve

public class Geom_Curve
extends Geom_Geometry


Field Summary
 
Fields inherited from class org.jcae.opencascade.jni.Geom_Geometry
swigCMemOwn
 
Constructor Summary
protected Geom_Curve(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 double firstParameter()
           
protected static long getCPtr(Geom_Curve obj)
           
 boolean isClosed()
           
 boolean isPeriodic()
           
 double lastParameter()
           
 double period()
           
 
Methods inherited from class org.jcae.opencascade.jni.Geom_Geometry
getCPtr
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Geom_Curve

protected Geom_Curve(long cPtr,
                     boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(Geom_Curve obj)

finalize

protected void finalize()
Overrides:
finalize in class Geom_Geometry

delete

public void delete()
Overrides:
delete in class Geom_Geometry

firstParameter

public double firstParameter()

lastParameter

public double lastParameter()

isClosed

public boolean isClosed()

isPeriodic

public boolean isPeriodic()

period

public double period()