hep.geant4.jni
Class G4GRSSolid

java.lang.Object
  extended by hep.geant4.jni.G4VTouchable
      extended by hep.geant4.jni.G4GRSSolid

public class G4GRSSolid
extends G4VTouchable


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VTouchable
swigCMemOwn
 
Constructor Summary
G4GRSSolid(G4VSolid pSolid, G4RotationMatrix pRot, G4ThreeVector tlate)
           
G4GRSSolid(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4GRSSolid obj)
           
 G4RotationMatrix getRotation()
           
 G4RotationMatrix getRotation(int depth)
           
 G4VSolid getSolid()
           
 G4VSolid getSolid(int depth)
           
 G4ThreeVector getTranslation()
           
 G4ThreeVector getTranslation(int depth)
           
 
Methods inherited from class hep.geant4.jni.G4VTouchable
getCopyNumber, getCopyNumber, getCPtr, getHistory, getHistoryDepth, getReplicaNumber, getReplicaNumber, getVolume, getVolume, moveUpHistory, moveUpHistory, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership, updateYourself, updateYourself
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4GRSSolid

public G4GRSSolid(long cPtr,
                  boolean cMemoryOwn)

G4GRSSolid

public G4GRSSolid(G4VSolid pSolid,
                  G4RotationMatrix pRot,
                  G4ThreeVector tlate)
Method Detail

getCPtr

public static long getCPtr(G4GRSSolid obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VTouchable

equals

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

getSolid

public G4VSolid getSolid(int depth)
Overrides:
getSolid in class G4VTouchable

getSolid

public G4VSolid getSolid()
Overrides:
getSolid in class G4VTouchable

getTranslation

public G4ThreeVector getTranslation(int depth)
Overrides:
getTranslation in class G4VTouchable

getTranslation

public G4ThreeVector getTranslation()
Overrides:
getTranslation in class G4VTouchable

getRotation

public G4RotationMatrix getRotation(int depth)
Overrides:
getRotation in class G4VTouchable

getRotation

public G4RotationMatrix getRotation()
Overrides:
getRotation in class G4VTouchable


Copyright © 2000-2007 FreeHEP. All Rights Reserved.