hep.geant4.jni
Class G4VPVDivisionFactory

java.lang.Object
  extended by hep.geant4.jni.G4VPVDivisionFactory
Direct Known Subclasses:
G4PVDivisionFactory

public class G4VPVDivisionFactory
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VPVDivisionFactory(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(G4VPVDivisionFactory obj)
           
static G4VPVDivisionFactory instance()
           
 boolean isPVDivision(G4VPhysicalVolume pv)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VPVDivisionFactory

public G4VPVDivisionFactory(long cPtr,
                            boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4VPVDivisionFactory obj)

finalize

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

delete

public void delete()

equals

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

instance

public static G4VPVDivisionFactory instance()

createPVDivision

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

createPVDivision

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

createPVDivision

public G4VPhysicalVolume createPVDivision(String pName,
                                          G4LogicalVolume pLogical,
                                          G4LogicalVolume pMotherLogical,
                                          EAxis pAxis,
                                          double width,
                                          double offset)

createPVDivision

public G4VPhysicalVolume createPVDivision(String pName,
                                          G4LogicalVolume pLogical,
                                          G4LogicalVolume pMotherLogical,
                                          G4VPVParameterisation param)

isPVDivision

public boolean isPVDivision(G4VPhysicalVolume pv)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.