hep.geant4.jni
Class G4PVDivision

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

public class G4PVDivision
extends G4VPhysicalVolume


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

G4PVDivision

public G4PVDivision(long cPtr,
                    boolean cMemoryOwn)

G4PVDivision

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

G4PVDivision

public G4PVDivision(String pName,
                    G4LogicalVolume pLogical,
                    G4LogicalVolume pMotherLogical,
                    EAxis pAxis,
                    int nReplicas,
                    double offset)

G4PVDivision

public G4PVDivision(String pName,
                    G4LogicalVolume pLogical,
                    G4LogicalVolume pMotherLogical,
                    EAxis pAxis,
                    double width,
                    double offset)
Method Detail

getCPtr

public static long getCPtr(G4PVDivision obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VPhysicalVolume

equals

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

isMany

public boolean isMany()
Overrides:
isMany in class G4VPhysicalVolume

getCopyNo

public int getCopyNo()
Overrides:
getCopyNo in class G4VPhysicalVolume

setCopyNo

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

isReplicated

public boolean isReplicated()
Overrides:
isReplicated 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

getDivisionAxis

public EAxis getDivisionAxis()

isParameterised

public boolean isParameterised()
Overrides:
isParameterised 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.