org.jcae.opencascade.jni
Class Adaptor3d_Curve

java.lang.Object
  extended by org.jcae.opencascade.jni.Adaptor3d_Curve
Direct Known Subclasses:
GeomAdaptor_Curve

public class Adaptor3d_Curve
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
protected Adaptor3d_Curve(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void arrayValues(int size, double[] u)
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(Adaptor3d_Curve obj)
           
 double[] value(double U)
           
 
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

Adaptor3d_Curve

protected Adaptor3d_Curve(long cPtr,
                          boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(Adaptor3d_Curve obj)

finalize

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

delete

public void delete()

value

public double[] value(double U)

arrayValues

public void arrayValues(int size,
                        double[] u)