hep.geant4.jni
Class G4PVPlacement

java.lang.Object
  extended by hep.geant4.jni.G4VPhysicalVolume
      extended by hep.geant4.jni.G4PVPlacement

public class G4PVPlacement
extends G4VPhysicalVolume


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VPhysicalVolume
swigCMemOwn
 
Constructor Summary
G4PVPlacement(G4RotationMatrix pRot, G4ThreeVector tlate, G4LogicalVolume pCurrentLogical, String pName, G4LogicalVolume pMotherLogical, boolean pMany, int pCopyNo)
           
G4PVPlacement(G4RotationMatrix pRot, G4ThreeVector tlate, G4LogicalVolume pCurrentLogical, String pName, G4LogicalVolume pMotherLogical, boolean pMany, int pCopyNo, boolean pSurfChk)
           
G4PVPlacement(G4RotationMatrix pRot, G4ThreeVector tlate, String pName, G4LogicalVolume pLogical, G4VPhysicalVolume pMother, boolean pMany, int pCopyNo)
           
G4PVPlacement(G4RotationMatrix pRot, G4ThreeVector tlate, String pName, G4LogicalVolume pLogical, G4VPhysicalVolume pMother, boolean pMany, int pCopyNo, boolean pSurfChk)
           
G4PVPlacement(G4Transform3D Transform3D, G4LogicalVolume pCurrentLogical, String pName, G4LogicalVolume pMotherLogical, boolean pMany, int pCopyNo)
           
G4PVPlacement(G4Transform3D Transform3D, G4LogicalVolume pCurrentLogical, String pName, G4LogicalVolume pMotherLogical, boolean pMany, int pCopyNo, boolean pSurfChk)
           
G4PVPlacement(G4Transform3D Transform3D, String pName, G4LogicalVolume pLogical, G4VPhysicalVolume pMother, boolean pMany, int pCopyNo)
           
G4PVPlacement(G4Transform3D Transform3D, String pName, G4LogicalVolume pLogical, G4VPhysicalVolume pMother, boolean pMany, int pCopyNo, boolean pSurfChk)
           
G4PVPlacement(long cPtr, boolean cMemoryOwn)
           
G4PVPlacement(SWIGTYPE_p___void__ arg0)
           
 
Method Summary
 boolean checkOverlaps()
           
 boolean checkOverlaps(int res)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 int getCopyNo()
           
static long getCPtr(G4PVPlacement obj)
           
 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)
           
 boolean isMany()
           
 boolean isParameterised()
           
 boolean isRegularStructure()
           
 boolean isReplicated()
           
 void setCopyNo(int CopyNo)
           
protected  void swigDirectorDisconnect()
           
 void swigReleaseOwnership()
           
 void swigTakeOwnership()
           
 
Methods inherited from class hep.geant4.jni.G4VPhysicalVolume
getCPtr, getFrameRotation, getFrameTranslation, getLogicalVolume, getMotherLogical, getMultiplicity, getName, getObjectRotation, getObjectRotationValue, getObjectTranslation, getRotation, getTranslation, setLogicalVolume, setMotherLogical, setName, setRotation, setTranslation
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4PVPlacement

public G4PVPlacement(long cPtr,
                     boolean cMemoryOwn)

G4PVPlacement

public G4PVPlacement(G4RotationMatrix pRot,
                     G4ThreeVector tlate,
                     G4LogicalVolume pCurrentLogical,
                     String pName,
                     G4LogicalVolume pMotherLogical,
                     boolean pMany,
                     int pCopyNo,
                     boolean pSurfChk)

G4PVPlacement

public G4PVPlacement(G4RotationMatrix pRot,
                     G4ThreeVector tlate,
                     G4LogicalVolume pCurrentLogical,
                     String pName,
                     G4LogicalVolume pMotherLogical,
                     boolean pMany,
                     int pCopyNo)

G4PVPlacement

public G4PVPlacement(G4Transform3D Transform3D,
                     G4LogicalVolume pCurrentLogical,
                     String pName,
                     G4LogicalVolume pMotherLogical,
                     boolean pMany,
                     int pCopyNo,
                     boolean pSurfChk)

G4PVPlacement

public G4PVPlacement(G4Transform3D Transform3D,
                     G4LogicalVolume pCurrentLogical,
                     String pName,
                     G4LogicalVolume pMotherLogical,
                     boolean pMany,
                     int pCopyNo)

G4PVPlacement

public G4PVPlacement(G4RotationMatrix pRot,
                     G4ThreeVector tlate,
                     String pName,
                     G4LogicalVolume pLogical,
                     G4VPhysicalVolume pMother,
                     boolean pMany,
                     int pCopyNo,
                     boolean pSurfChk)

G4PVPlacement

public G4PVPlacement(G4RotationMatrix pRot,
                     G4ThreeVector tlate,
                     String pName,
                     G4LogicalVolume pLogical,
                     G4VPhysicalVolume pMother,
                     boolean pMany,
                     int pCopyNo)

G4PVPlacement

public G4PVPlacement(G4Transform3D Transform3D,
                     String pName,
                     G4LogicalVolume pLogical,
                     G4VPhysicalVolume pMother,
                     boolean pMany,
                     int pCopyNo,
                     boolean pSurfChk)

G4PVPlacement

public G4PVPlacement(G4Transform3D Transform3D,
                     String pName,
                     G4LogicalVolume pLogical,
                     G4VPhysicalVolume pMother,
                     boolean pMany,
                     int pCopyNo)

G4PVPlacement

public G4PVPlacement(SWIGTYPE_p___void__ arg0)
Method Detail

getCPtr

public static long getCPtr(G4PVPlacement obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VPhysicalVolume

swigDirectorDisconnect

protected void swigDirectorDisconnect()

swigReleaseOwnership

public void swigReleaseOwnership()

swigTakeOwnership

public void swigTakeOwnership()

equals

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

getCopyNo

public int getCopyNo()
Overrides:
getCopyNo in class G4VPhysicalVolume

setCopyNo

public void setCopyNo(int CopyNo)
Overrides:
setCopyNo in class G4VPhysicalVolume

checkOverlaps

public boolean checkOverlaps(int res)

checkOverlaps

public boolean checkOverlaps()

isMany

public boolean isMany()
Overrides:
isMany in class G4VPhysicalVolume

isReplicated

public boolean isReplicated()
Overrides:
isReplicated in class G4VPhysicalVolume

isParameterised

public boolean isParameterised()
Overrides:
isParameterised in class G4VPhysicalVolume

getParameterisation

public G4VPVParameterisation getParameterisation()
Overrides:
getParameterisation in class G4VPhysicalVolume

getReplicationData

public void getReplicationData(SWIGTYPE_p_EAxis axis,
                               SWIGTYPE_p_int nReplicas,
                               SWIGTYPE_p_double width,
                               SWIGTYPE_p_double offset,
                               SWIGTYPE_p_bool consuming)
Overrides:
getReplicationData in class G4VPhysicalVolume

isRegularStructure

public boolean isRegularStructure()
Overrides:
isRegularStructure in class G4VPhysicalVolume

getRegularStructureId

public int getRegularStructureId()
Overrides:
getRegularStructureId in class G4VPhysicalVolume


Copyright © 2000-2007 FreeHEP. All Rights Reserved.