org.jcae.opencascade.jni
Class Poly_Triangulation

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

public class Poly_Triangulation
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  Poly_Triangulation(int nbNodes, int nbTriangles, boolean UVNodes)
           
protected Poly_Triangulation(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 double deflection()
           
 void deflection(double D)
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(Poly_Triangulation obj)
           
 boolean hasUVNodes()
           
 int nbNodes()
           
 int nbTriangles()
           
 double[] nodes()
           
 void removeUVNodes()
           
 int[] triangles()
           
 double[] uvNodes()
           
 
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

Poly_Triangulation

protected Poly_Triangulation(long cPtr,
                             boolean cMemoryOwn)

Poly_Triangulation

public Poly_Triangulation(int nbNodes,
                          int nbTriangles,
                          boolean UVNodes)
Method Detail

getCPtr

protected static long getCPtr(Poly_Triangulation obj)

finalize

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

delete

public void delete()

deflection

public double deflection()

deflection

public void deflection(double D)

removeUVNodes

public void removeUVNodes()

nbNodes

public int nbNodes()

nbTriangles

public int nbTriangles()

hasUVNodes

public boolean hasUVNodes()

triangles

public int[] triangles()

nodes

public double[] nodes()

uvNodes

public double[] uvNodes()