hep.geant4.jni
Class G4VDivisionParameterisation

java.lang.Object
  extended by hep.geant4.jni.G4VPVParameterisation
      extended by hep.geant4.jni.G4VDivisionParameterisation
Direct Known Subclasses:
G4VParameterisationBox, G4VParameterisationCons, G4VParameterisationPara, G4VParameterisationPolycone, G4VParameterisationPolyhedra, G4VParameterisationTrd, G4VParameterisationTubs

public class G4VDivisionParameterisation
extends G4VPVParameterisation


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VPVParameterisation
swigCMemOwn
 
Constructor Summary
G4VDivisionParameterisation(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 G4VSolid computeSolid(int arg0, G4VPhysicalVolume arg1)
           
 void computeTransformation(int copyNo, G4VPhysicalVolume physVol)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 EAxis getAxis()
           
static long getCPtr(G4VDivisionParameterisation obj)
           
 G4VSolid getMotherSolid()
           
 int getNoDiv()
           
 double getOffset()
           
 String getType()
           
 double getWidth()
           
 void setType(String type)
           
 int volumeFirstCopyNo()
           
 
Methods inherited from class hep.geant4.jni.G4VPVParameterisation
computeDimensions, 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

G4VDivisionParameterisation

public G4VDivisionParameterisation(long cPtr,
                                   boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4VDivisionParameterisation obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VPVParameterisation

equals

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

computeSolid

public G4VSolid computeSolid(int arg0,
                             G4VPhysicalVolume arg1)
Overrides:
computeSolid in class G4VPVParameterisation

computeTransformation

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

getType

public String getType()

getAxis

public EAxis getAxis()

getNoDiv

public int getNoDiv()

getWidth

public double getWidth()

getOffset

public double getOffset()

getMotherSolid

public G4VSolid getMotherSolid()

setType

public void setType(String type)

volumeFirstCopyNo

public int volumeFirstCopyNo()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.