hep.geant4.jni
Class G4PlacedSolid

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

public class G4PlacedSolid
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4PlacedSolid()
           
G4PlacedSolid(G4BREPSolid arg0)
           
G4PlacedSolid(G4BREPSolid arg0, G4Axis2Placement3D arg1)
           
G4PlacedSolid(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4PlacedSolid obj)
           
 G4RotationMatrix getRotation()
           
 G4VSolid getSolid()
           
 G4ThreeVector getTranslation()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4PlacedSolid

public G4PlacedSolid(long cPtr,
                     boolean cMemoryOwn)

G4PlacedSolid

public G4PlacedSolid()

G4PlacedSolid

public G4PlacedSolid(G4BREPSolid arg0,
                     G4Axis2Placement3D arg1)

G4PlacedSolid

public G4PlacedSolid(G4BREPSolid arg0)
Method Detail

getCPtr

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

getSolid

public G4VSolid getSolid()

getRotation

public G4RotationMatrix getRotation()

getTranslation

public G4ThreeVector getTranslation()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.