hep.geant4.jni
Class G4VPhysicalVolume

java.lang.Object
  extended by hep.geant4.jni.G4VPhysicalVolume
Direct Known Subclasses:
G4PVDivision, G4PVPlacement, G4PVReplica

public class G4VPhysicalVolume
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VPhysicalVolume(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 int getCopyNo()
           
static long getCPtr(G4VPhysicalVolume obj)
           
 G4RotationMatrix getFrameRotation()
           
 G4ThreeVector getFrameTranslation()
           
 G4LogicalVolume getLogicalVolume()
           
 G4LogicalVolume getMotherLogical()
           
 int getMultiplicity()
           
 String getName()
           
 G4RotationMatrix getObjectRotation()
           
 G4RotationMatrix getObjectRotationValue()
           
 G4ThreeVector getObjectTranslation()
           
 G4VPVParameterisation getParameterisation()
           
 int getRegularStructureId()
           
 void getReplicationData(SWIGTYPE_p_EAxis axis, SWIGTYPE_p_int nReplicas, SWIGTYPE_p_double width, SWIGTYPE_p_double offset, SWIGTYPE_p_bool consuming)
           
 G4RotationMatrix getRotation()
           
 G4ThreeVector getTranslation()
           
 boolean isMany()
           
 boolean isParameterised()
           
 boolean isRegularStructure()
           
 boolean isReplicated()
           
 void setCopyNo(int CopyNo)
           
 void setLogicalVolume(G4LogicalVolume pLogical)
           
 void setMotherLogical(G4LogicalVolume pMother)
           
 void setName(String pName)
           
 void setRotation(G4RotationMatrix arg0)
           
 void setTranslation(G4ThreeVector v)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VPhysicalVolume

public G4VPhysicalVolume(long cPtr,
                         boolean cMemoryOwn)
Method Detail

getCPtr

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

getObjectRotation

public G4RotationMatrix getObjectRotation()

getObjectRotationValue

public G4RotationMatrix getObjectRotationValue()

getObjectTranslation

public G4ThreeVector getObjectTranslation()

getFrameRotation

public G4RotationMatrix getFrameRotation()

getFrameTranslation

public G4ThreeVector getFrameTranslation()

getTranslation

public G4ThreeVector getTranslation()

setTranslation

public void setTranslation(G4ThreeVector v)

getRotation

public G4RotationMatrix getRotation()

setRotation

public void setRotation(G4RotationMatrix arg0)

getLogicalVolume

public G4LogicalVolume getLogicalVolume()

setLogicalVolume

public void setLogicalVolume(G4LogicalVolume pLogical)

getMotherLogical

public G4LogicalVolume getMotherLogical()

setMotherLogical

public void setMotherLogical(G4LogicalVolume pMother)

getName

public String getName()

setName

public void setName(String pName)

getMultiplicity

public int getMultiplicity()

isMany

public boolean isMany()

getCopyNo

public int getCopyNo()

setCopyNo

public void setCopyNo(int CopyNo)

isReplicated

public boolean isReplicated()

isParameterised

public boolean isParameterised()

getParameterisation

public G4VPVParameterisation getParameterisation()

getReplicationData

public void getReplicationData(SWIGTYPE_p_EAxis axis,
                               SWIGTYPE_p_int nReplicas,
                               SWIGTYPE_p_double width,
                               SWIGTYPE_p_double offset,
                               SWIGTYPE_p_bool consuming)

isRegularStructure

public boolean isRegularStructure()

getRegularStructureId

public int getRegularStructureId()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.