org.jcae.opencascade.jni
Class BRepTools_WireExplorer

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

public class BRepTools_WireExplorer
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  BRepTools_WireExplorer()
           
protected BRepTools_WireExplorer(long cPtr, boolean cMemoryOwn)
           
  BRepTools_WireExplorer(TopoDS_Wire W)
           
  BRepTools_WireExplorer(TopoDS_Wire W, TopoDS_Face F)
           
 
Method Summary
 void clear()
           
 TopoDS_Edge current()
           
 TopoDS_Vertex currentVertex()
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(BRepTools_WireExplorer obj)
           
 void init(TopoDS_Wire W)
           
 void init(TopoDS_Wire W, TopoDS_Face F)
           
 boolean more()
           
 void next()
           
 int orientation()
           
 
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

BRepTools_WireExplorer

protected BRepTools_WireExplorer(long cPtr,
                                 boolean cMemoryOwn)

BRepTools_WireExplorer

public BRepTools_WireExplorer()

BRepTools_WireExplorer

public BRepTools_WireExplorer(TopoDS_Wire W)

BRepTools_WireExplorer

public BRepTools_WireExplorer(TopoDS_Wire W,
                              TopoDS_Face F)
Method Detail

getCPtr

protected static long getCPtr(BRepTools_WireExplorer obj)

finalize

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

delete

public void delete()

init

public void init(TopoDS_Wire W)

init

public void init(TopoDS_Wire W,
                 TopoDS_Face F)

more

public boolean more()

next

public void next()

current

public TopoDS_Edge current()

orientation

public int orientation()

currentVertex

public TopoDS_Vertex currentVertex()

clear

public void clear()