org.jcae.opencascade.jni
Class TopoDS_Iterator

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

public class TopoDS_Iterator
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  TopoDS_Iterator()
           
protected TopoDS_Iterator(long cPtr, boolean cMemoryOwn)
           
  TopoDS_Iterator(TopoDS_Shape S)
           
  TopoDS_Iterator(TopoDS_Shape S, boolean cumOri)
           
  TopoDS_Iterator(TopoDS_Shape S, boolean cumOri, boolean cumLoc)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(TopoDS_Iterator obj)
           
 void initialize(TopoDS_Shape S)
           
 void initialize(TopoDS_Shape S, boolean cumOri)
           
 void initialize(TopoDS_Shape S, boolean cumOri, boolean cumLoc)
           
 boolean more()
           
 void next()
           
 TopoDS_Shape value()
           
 
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

TopoDS_Iterator

protected TopoDS_Iterator(long cPtr,
                          boolean cMemoryOwn)

TopoDS_Iterator

public TopoDS_Iterator()

TopoDS_Iterator

public TopoDS_Iterator(TopoDS_Shape S,
                       boolean cumOri,
                       boolean cumLoc)

TopoDS_Iterator

public TopoDS_Iterator(TopoDS_Shape S,
                       boolean cumOri)

TopoDS_Iterator

public TopoDS_Iterator(TopoDS_Shape S)
Method Detail

getCPtr

protected static long getCPtr(TopoDS_Iterator obj)

finalize

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

delete

public void delete()

initialize

public void initialize(TopoDS_Shape S,
                       boolean cumOri,
                       boolean cumLoc)

initialize

public void initialize(TopoDS_Shape S,
                       boolean cumOri)

initialize

public void initialize(TopoDS_Shape S)

more

public boolean more()

next

public void next()

value

public TopoDS_Shape value()