hep.geant4.jni
Class G4GeomTestErrorList

java.lang.Object
  extended by hep.geant4.jni.G4GeomTestErrorList
Direct Known Subclasses:
G4GeomTestOverlapList, G4GeomTestOvershootList

public class G4GeomTestErrorList
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4GeomTestErrorList(G4VPhysicalVolume theMother)
           
G4GeomTestErrorList(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void addError(G4ThreeVector s1, G4ThreeVector s2)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4GeomTestErrorList obj)
           
 void getGlobalPoints(int i, G4ThreeVector s1, G4ThreeVector s2)
           
 G4VPhysicalVolume getMother()
           
 void getMotherPoints(int i, G4ThreeVector s1, G4ThreeVector s2)
           
 void getOneDaughtPoints(G4VPhysicalVolume daught, int i, G4ThreeVector s1, G4ThreeVector s2)
           
 int numError()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4GeomTestErrorList

public G4GeomTestErrorList(long cPtr,
                           boolean cMemoryOwn)

G4GeomTestErrorList

public G4GeomTestErrorList(G4VPhysicalVolume theMother)
Method Detail

getCPtr

public static long getCPtr(G4GeomTestErrorList 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

addError

public void addError(G4ThreeVector s1,
                     G4ThreeVector s2)

getMother

public G4VPhysicalVolume getMother()

numError

public int numError()

getMotherPoints

public void getMotherPoints(int i,
                            G4ThreeVector s1,
                            G4ThreeVector s2)

getGlobalPoints

public void getGlobalPoints(int i,
                            G4ThreeVector s1,
                            G4ThreeVector s2)

getOneDaughtPoints

public void getOneDaughtPoints(G4VPhysicalVolume daught,
                               int i,
                               G4ThreeVector s1,
                               G4ThreeVector s2)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.