org.jcae.opencascade.jni
Class GP_Trsf

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

public class GP_Trsf
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  GP_Trsf()
           
protected GP_Trsf(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(GP_Trsf obj)
           
 void getValues(double[] matrix)
           
 void setRotation(double[] A1, double Ang)
           
 void setTranslation(double[] V)
           
 void setValues(double[] matrix, double tolAng, double tolDist)
           
 void setValues(double a11, double a12, double a13, double a14, double a21, double a22, double a23, double a24, double a31, double a32, double a33, double a34, double Tolang, double TolDist)
           
 
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

GP_Trsf

protected GP_Trsf(long cPtr,
                  boolean cMemoryOwn)

GP_Trsf

public GP_Trsf()
Method Detail

getCPtr

protected static long getCPtr(GP_Trsf obj)

finalize

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

delete

public void delete()

setValues

public void setValues(double[] matrix,
                      double tolAng,
                      double tolDist)

setRotation

public void setRotation(double[] A1,
                        double Ang)

setTranslation

public void setTranslation(double[] V)

setValues

public void setValues(double a11,
                      double a12,
                      double a13,
                      double a14,
                      double a21,
                      double a22,
                      double a23,
                      double a24,
                      double a31,
                      double a32,
                      double a33,
                      double a34,
                      double Tolang,
                      double TolDist)

getValues

public void getValues(double[] matrix)