hep.geant4.jni
Class G4PVReplica

java.lang.Object
  extended by hep.geant4.jni.G4VPhysicalVolume
      extended by hep.geant4.jni.G4PVReplica
Direct Known Subclasses:
G4PVParameterised

public class G4PVReplica
extends G4VPhysicalVolume


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VPhysicalVolume
swigCMemOwn
 
Constructor Summary
G4PVReplica(long cPtr, boolean cMemoryOwn)
           
G4PVReplica(String pName, G4LogicalVolume pLogical, G4LogicalVolume pMother, EAxis pAxis, int nReplicas, double width)
           
G4PVReplica(String pName, G4LogicalVolume pLogical, G4LogicalVolume pMother, EAxis pAxis, int nReplicas, double width, double offset)
           
G4PVReplica(String pName, G4LogicalVolume pLogical, G4VPhysicalVolume pMother, EAxis pAxis, int nReplicas, double width)
           
G4PVReplica(String pName, G4LogicalVolume pLogical, G4VPhysicalVolume pMother, EAxis pAxis, int nReplicas, double width, double offset)
           
G4PVReplica(SWIGTYPE_p___void__ arg0)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 int getCopyNo()
           
static long getCPtr(G4PVReplica obj)
           
 int getMultiplicity()
           
 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)
           
 void setRegularStructureId(int Code)
           
protected  void swigDirectorDisconnect()
           
 void swigReleaseOwnership()
           
 void swigTakeOwnership()
           
 
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

G4PVReplica

public G4PVReplica(long cPtr,
                   boolean cMemoryOwn)

G4PVReplica

public G4PVReplica(String pName,
                   G4LogicalVolume pLogical,
                   G4LogicalVolume pMother,
                   EAxis pAxis,
                   int nReplicas,
                   double width,
                   double offset)

G4PVReplica

public G4PVReplica(String pName,
                   G4LogicalVolume pLogical,
                   G4LogicalVolume pMother,
                   EAxis pAxis,
                   int nReplicas,
                   double width)

G4PVReplica

public G4PVReplica(String pName,
                   G4LogicalVolume pLogical,
                   G4VPhysicalVolume pMother,
                   EAxis pAxis,
                   int nReplicas,
                   double width,
                   double offset)

G4PVReplica

public G4PVReplica(String pName,
                   G4LogicalVolume pLogical,
                   G4VPhysicalVolume pMother,
                   EAxis pAxis,
                   int nReplicas,
                   double width)

G4PVReplica

public G4PVReplica(SWIGTYPE_p___void__ arg0)
Method Detail

getCPtr

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

isMany

public boolean isMany()
Overrides:
isMany in class G4VPhysicalVolume

isReplicated

public boolean isReplicated()
Overrides:
isReplicated in class G4VPhysicalVolume

getCopyNo

public int getCopyNo()
Overrides:
getCopyNo in class G4VPhysicalVolume

setCopyNo

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

isParameterised

public boolean isParameterised()
Overrides:
isParameterised in class G4VPhysicalVolume

getParameterisation

public G4VPVParameterisation getParameterisation()
Overrides:
getParameterisation in class G4VPhysicalVolume

getMultiplicity

public int getMultiplicity()
Overrides:
getMultiplicity 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

setRegularStructureId

public void setRegularStructureId(int Code)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.