hep.geant4.jni
Class G4PVDivisionFactory

java.lang.Object
  extended by hep.geant4.jni.G4VPVDivisionFactory
      extended by hep.geant4.jni.G4PVDivisionFactory

public class G4PVDivisionFactory
extends G4VPVDivisionFactory


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VPVDivisionFactory
swigCMemOwn
 
Constructor Summary
G4PVDivisionFactory(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 G4VPhysicalVolume createPVDivision(String pName, G4LogicalVolume pLogical, G4LogicalVolume pMotherLogical, EAxis pAxis, double width, double offset)
           
 G4VPhysicalVolume createPVDivision(String pName, G4LogicalVolume pLogical, G4LogicalVolume pMotherLogical, EAxis pAxis, int nReplicas, double offset)
           
 G4VPhysicalVolume createPVDivision(String pName, G4LogicalVolume pLogical, G4LogicalVolume pMother, EAxis pAxis, int nReplicas, double width, double offset)
           
 G4VPhysicalVolume createPVDivision(String pName, G4LogicalVolume pLogical, G4LogicalVolume pMotherLogical, G4VPVParameterisation param)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4PVDivisionFactory obj)
           
static G4PVDivisionFactory getInstance()
           
 boolean isPVDivision(G4VPhysicalVolume pv)
           
 
Methods inherited from class hep.geant4.jni.G4VPVDivisionFactory
getCPtr, instance
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4PVDivisionFactory

public G4PVDivisionFactory(long cPtr,
                           boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4PVDivisionFactory obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VPVDivisionFactory

equals

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

createPVDivision

public G4VPhysicalVolume createPVDivision(String pName,
                                          G4LogicalVolume pLogical,
                                          G4LogicalVolume pMother,
                                          EAxis pAxis,
                                          int nReplicas,
                                          double width,
                                          double offset)
Overrides:
createPVDivision in class G4VPVDivisionFactory

createPVDivision

public G4VPhysicalVolume createPVDivision(String pName,
                                          G4LogicalVolume pLogical,
                                          G4LogicalVolume pMotherLogical,
                                          EAxis pAxis,
                                          int nReplicas,
                                          double offset)
Overrides:
createPVDivision in class G4VPVDivisionFactory

createPVDivision

public G4VPhysicalVolume createPVDivision(String pName,
                                          G4LogicalVolume pLogical,
                                          G4LogicalVolume pMotherLogical,
                                          EAxis pAxis,
                                          double width,
                                          double offset)
Overrides:
createPVDivision in class G4VPVDivisionFactory

createPVDivision

public G4VPhysicalVolume createPVDivision(String pName,
                                          G4LogicalVolume pLogical,
                                          G4LogicalVolume pMotherLogical,
                                          G4VPVParameterisation param)
Overrides:
createPVDivision in class G4VPVDivisionFactory

isPVDivision

public boolean isPVDivision(G4VPhysicalVolume pv)
Overrides:
isPVDivision in class G4VPVDivisionFactory

getInstance

public static G4PVDivisionFactory getInstance()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.