hep.geant4.jni
Class G4PVParameterised

java.lang.Object
  extended by hep.geant4.jni.G4VPhysicalVolume
      extended by hep.geant4.jni.G4PVReplica
          extended by hep.geant4.jni.G4PVParameterised

public class G4PVParameterised
extends G4PVReplica


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VPhysicalVolume
swigCMemOwn
 
Constructor Summary
G4PVParameterised(long cPtr, boolean cMemoryOwn)
           
G4PVParameterised(String pName, G4LogicalVolume pLogical, G4LogicalVolume pMotherLogical, EAxis pAxis, int nReplicas, G4VPVParameterisation pParam)
           
G4PVParameterised(String pName, G4LogicalVolume pLogical, G4LogicalVolume pMotherLogical, EAxis pAxis, int nReplicas, G4VPVParameterisation pParam, boolean pSurfChk)
           
G4PVParameterised(String pName, G4LogicalVolume pLogical, G4VPhysicalVolume pMother, EAxis pAxis, int nReplicas, G4VPVParameterisation pParam)
           
G4PVParameterised(String pName, G4LogicalVolume pLogical, G4VPhysicalVolume pMother, EAxis pAxis, int nReplicas, G4VPVParameterisation pParam, boolean pSurfChk)
           
G4PVParameterised(SWIGTYPE_p___void__ arg0)
           
 
Method Summary
 boolean checkOverlaps()
           
 boolean checkOverlaps(int res)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4PVParameterised obj)
           
 G4VPVParameterisation getParameterisation()
           
 void getReplicationData(SWIGTYPE_p_EAxis axis, SWIGTYPE_p_int nReplicas, SWIGTYPE_p_double width, SWIGTYPE_p_double offset, SWIGTYPE_p_bool consuming)
           
 boolean isParameterised()
           
 void setRegularStructureId(int Code)
           
protected  void swigDirectorDisconnect()
           
 void swigReleaseOwnership()
           
 void swigTakeOwnership()
           
 
Methods inherited from class hep.geant4.jni.G4PVReplica
getCopyNo, getCPtr, getMultiplicity, getRegularStructureId, isMany, isRegularStructure, isReplicated, setCopyNo
 
Methods inherited from class hep.geant4.jni.G4VPhysicalVolume
getCPtr, getFrameRotation, getFrameTranslation, getLogicalVolume, getMotherLogical, 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

G4PVParameterised

public G4PVParameterised(long cPtr,
                         boolean cMemoryOwn)

G4PVParameterised

public G4PVParameterised(String pName,
                         G4LogicalVolume pLogical,
                         G4LogicalVolume pMotherLogical,
                         EAxis pAxis,
                         int nReplicas,
                         G4VPVParameterisation pParam,
                         boolean pSurfChk)

G4PVParameterised

public G4PVParameterised(String pName,
                         G4LogicalVolume pLogical,
                         G4LogicalVolume pMotherLogical,
                         EAxis pAxis,
                         int nReplicas,
                         G4VPVParameterisation pParam)

G4PVParameterised

public G4PVParameterised(String pName,
                         G4LogicalVolume pLogical,
                         G4VPhysicalVolume pMother,
                         EAxis pAxis,
                         int nReplicas,
                         G4VPVParameterisation pParam,
                         boolean pSurfChk)

G4PVParameterised

public G4PVParameterised(String pName,
                         G4LogicalVolume pLogical,
                         G4VPhysicalVolume pMother,
                         EAxis pAxis,
                         int nReplicas,
                         G4VPVParameterisation pParam)

G4PVParameterised

public G4PVParameterised(SWIGTYPE_p___void__ arg0)
Method Detail

getCPtr

public static long getCPtr(G4PVParameterised obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4PVReplica

swigDirectorDisconnect

protected void swigDirectorDisconnect()
Overrides:
swigDirectorDisconnect in class G4PVReplica

swigReleaseOwnership

public void swigReleaseOwnership()
Overrides:
swigReleaseOwnership in class G4PVReplica

swigTakeOwnership

public void swigTakeOwnership()
Overrides:
swigTakeOwnership in class G4PVReplica

equals

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

isParameterised

public boolean isParameterised()
Overrides:
isParameterised in class G4PVReplica

getParameterisation

public G4VPVParameterisation getParameterisation()
Overrides:
getParameterisation in class G4PVReplica

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 G4PVReplica

setRegularStructureId

public void setRegularStructureId(int Code)
Overrides:
setRegularStructureId in class G4PVReplica

checkOverlaps

public boolean checkOverlaps(int res)

checkOverlaps

public boolean checkOverlaps()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.