hep.geant4.jni
Class G4Reflect3D

java.lang.Object
  extended by hep.geant4.jni.G4Transform3D
      extended by hep.geant4.jni.G4Reflect3D
Direct Known Subclasses:
G4ReflectX3D, G4ReflectY3D, G4ReflectZ3D

public class G4Reflect3D
extends G4Transform3D


Field Summary
 
Fields inherited from class hep.geant4.jni.G4Transform3D
swigCMemOwn
 
Constructor Summary
  G4Reflect3D()
           
  G4Reflect3D(double a, double b, double c, double d)
           
  G4Reflect3D(G4Normal3D normal, G4Point3D point)
           
protected G4Reflect3D(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
protected static long getCPtr(G4Reflect3D obj)
           
 
Methods inherited from class hep.geant4.jni.G4Transform3D
dx, dy, dz, getCPtr, getDecomposition, getIdentity, getRotation, getTranslation, inverse, isNear, isNear, setIdentity, xx, xy, xz, yx, yy, yz, zx, zy, zz
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4Reflect3D

protected G4Reflect3D(long cPtr,
                      boolean cMemoryOwn)

G4Reflect3D

public G4Reflect3D()

G4Reflect3D

public G4Reflect3D(double a,
                   double b,
                   double c,
                   double d)

G4Reflect3D

public G4Reflect3D(G4Normal3D normal,
                   G4Point3D point)
Method Detail

getCPtr

protected static long getCPtr(G4Reflect3D obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4Transform3D

equals

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.