hep.geant4.jni
Class G4Scale3D

java.lang.Object
  extended by hep.geant4.jni.G4Transform3D
      extended by hep.geant4.jni.G4Scale3D
Direct Known Subclasses:
G4ScaleX3D, G4ScaleY3D, G4ScaleZ3D

public class G4Scale3D
extends G4Transform3D


Field Summary
 
Fields inherited from class hep.geant4.jni.G4Transform3D
swigCMemOwn
 
Constructor Summary
  G4Scale3D()
           
  G4Scale3D(double s)
           
  G4Scale3D(double x, double y, double z)
           
protected G4Scale3D(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
protected static long getCPtr(G4Scale3D 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

G4Scale3D

protected G4Scale3D(long cPtr,
                    boolean cMemoryOwn)

G4Scale3D

public G4Scale3D()

G4Scale3D

public G4Scale3D(double x,
                 double y,
                 double z)

G4Scale3D

public G4Scale3D(double s)
Method Detail

getCPtr

protected static long getCPtr(G4Scale3D 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.