hep.geant4.jni
Class G4ParameterisationBoxX

java.lang.Object
  extended by hep.geant4.jni.G4VPVParameterisation
      extended by hep.geant4.jni.G4VDivisionParameterisation
          extended by hep.geant4.jni.G4VParameterisationBox
              extended by hep.geant4.jni.G4ParameterisationBoxX

public class G4ParameterisationBoxX
extends G4VParameterisationBox


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VPVParameterisation
swigCMemOwn
 
Constructor Summary
G4ParameterisationBoxX(EAxis axis, int nCopies, double offset, double step, G4VSolid msolid, DivisionType divType)
           
G4ParameterisationBoxX(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void computeDimensions(G4Box box, int copyNo, G4VPhysicalVolume physVol)
           
 void computeTransformation(int copyNo, G4VPhysicalVolume physVol)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4ParameterisationBoxX obj)
           
 double getMaxParameter()
           
 
Methods inherited from class hep.geant4.jni.G4VParameterisationBox
getCPtr
 
Methods inherited from class hep.geant4.jni.G4VDivisionParameterisation
computeSolid, getAxis, getCPtr, getMotherSolid, getNoDiv, getOffset, getType, getWidth, setType, volumeFirstCopyNo
 
Methods inherited from class hep.geant4.jni.G4VPVParameterisation
computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeMaterial, computeMaterial, getCPtr, getMaterialScanner, isNested, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4ParameterisationBoxX

public G4ParameterisationBoxX(long cPtr,
                              boolean cMemoryOwn)

G4ParameterisationBoxX

public G4ParameterisationBoxX(EAxis axis,
                              int nCopies,
                              double offset,
                              double step,
                              G4VSolid msolid,
                              DivisionType divType)
Method Detail

getCPtr

public static long getCPtr(G4ParameterisationBoxX obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VParameterisationBox

equals

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

getMaxParameter

public double getMaxParameter()

computeTransformation

public void computeTransformation(int copyNo,
                                  G4VPhysicalVolume physVol)
Overrides:
computeTransformation in class G4VDivisionParameterisation

computeDimensions

public void computeDimensions(G4Box box,
                              int copyNo,
                              G4VPhysicalVolume physVol)
Overrides:
computeDimensions in class G4VPVParameterisation


Copyright © 2000-2007 FreeHEP. All Rights Reserved.