org.jcae.opencascade.jni
Class GCPnts_UniformDeflection

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

public class GCPnts_UniformDeflection
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  GCPnts_UniformDeflection()
           
protected GCPnts_UniformDeflection(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(GCPnts_UniformDeflection obj)
           
 void initialize(Adaptor3d_Curve C, double Deflection, double U1, double U2)
           
 void initialize(Adaptor3d_Curve C, double Deflection, double U1, double U2, boolean WithControl)
           
 int nbPoints()
           
 double parameter(int Index)
           
 
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

GCPnts_UniformDeflection

protected GCPnts_UniformDeflection(long cPtr,
                                   boolean cMemoryOwn)

GCPnts_UniformDeflection

public GCPnts_UniformDeflection()
Method Detail

getCPtr

protected static long getCPtr(GCPnts_UniformDeflection obj)

finalize

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

delete

public void delete()

initialize

public void initialize(Adaptor3d_Curve C,
                       double Deflection,
                       double U1,
                       double U2,
                       boolean WithControl)

initialize

public void initialize(Adaptor3d_Curve C,
                       double Deflection,
                       double U1,
                       double U2)

nbPoints

public int nbPoints()

parameter

public double parameter(int Index)