hep.geant4.jni
Class G4Axis2Placement3D

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

public class G4Axis2Placement3D
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4Axis2Placement3D()
           
G4Axis2Placement3D(G4Axis2Placement3D arg0)
           
G4Axis2Placement3D(G4Vector3D refDirection0, G4Vector3D axis0, G4Point3D location0)
           
G4Axis2Placement3D(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4Vector3D getAxis()
           
static long getCPtr(G4Axis2Placement3D obj)
           
 G4Transform3D getFromPlacementCoordinates()
           
 G4Point3D getLocation()
           
 G4Vector3D getPX()
           
 G4Vector3D getPY()
           
 G4Vector3D getPZ()
           
 G4Vector3D getRefDirection()
           
 G4Transform3D getToPlacementCoordinates()
           
 void init(G4Vector3D refDirection0, G4Vector3D axis0, G4Point3D location0)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4Axis2Placement3D

public G4Axis2Placement3D(long cPtr,
                          boolean cMemoryOwn)

G4Axis2Placement3D

public G4Axis2Placement3D()

G4Axis2Placement3D

public G4Axis2Placement3D(G4Vector3D refDirection0,
                          G4Vector3D axis0,
                          G4Point3D location0)

G4Axis2Placement3D

public G4Axis2Placement3D(G4Axis2Placement3D arg0)
Method Detail

getCPtr

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

init

public void init(G4Vector3D refDirection0,
                 G4Vector3D axis0,
                 G4Point3D location0)

getLocation

public G4Point3D getLocation()

getAxis

public G4Vector3D getAxis()

getRefDirection

public G4Vector3D getRefDirection()

getPX

public G4Vector3D getPX()

getPY

public G4Vector3D getPY()

getPZ

public G4Vector3D getPZ()

getToPlacementCoordinates

public G4Transform3D getToPlacementCoordinates()

getFromPlacementCoordinates

public G4Transform3D getFromPlacementCoordinates()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.