hep.geant4.jni
Class G4ReduciblePolygonIterator

java.lang.Object
  extended by hep.geant4.jni.G4ReduciblePolygonIterator

public class G4ReduciblePolygonIterator
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4ReduciblePolygonIterator(G4ReduciblePolygon theSubject)
           
G4ReduciblePolygonIterator(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void begin()
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 double getA()
           
 double getB()
           
static long getCPtr(G4ReduciblePolygonIterator obj)
           
 boolean next()
           
 boolean valid()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4ReduciblePolygonIterator

public G4ReduciblePolygonIterator(long cPtr,
                                  boolean cMemoryOwn)

G4ReduciblePolygonIterator

public G4ReduciblePolygonIterator(G4ReduciblePolygon theSubject)
Method Detail

getCPtr

public static long getCPtr(G4ReduciblePolygonIterator obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

delete

public void delete()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

begin

public void begin()

next

public boolean next()

valid

public boolean valid()

getA

public double getA()

getB

public double getB()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.