hep.geant4.jni
Class G4GeometryCell

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

public class G4GeometryCell
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4GeometryCell(G4GeometryCell rhs)
           
G4GeometryCell(G4VPhysicalVolume aVolume, int RepNum)
           
G4GeometryCell(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4GeometryCell obj)
           
 G4VPhysicalVolume getPhysicalVolume()
           
 int getReplicaNumber()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4GeometryCell

public G4GeometryCell(long cPtr,
                      boolean cMemoryOwn)

G4GeometryCell

public G4GeometryCell(G4VPhysicalVolume aVolume,
                      int RepNum)

G4GeometryCell

public G4GeometryCell(G4GeometryCell rhs)
Method Detail

getCPtr

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

getPhysicalVolume

public G4VPhysicalVolume getPhysicalVolume()

getReplicaNumber

public int getReplicaNumber()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.