hep.geant4.jni
Class G4GeomTestVolume
java.lang.Object
hep.geant4.jni.G4GeomTestVolume
public class G4GeomTestVolume
- extends Object
Method Summary |
void |
clearErrors()
|
void |
delete()
|
boolean |
equals(Object obj)
|
protected void |
finalize()
|
static long |
getCPtr(G4GeomTestVolume obj)
|
double |
getTolerance()
|
void |
reportErrors()
|
void |
setTolerance(double tolerance)
|
void |
testCartGrid(G4ThreeVector g1,
G4ThreeVector g2,
G4ThreeVector v,
int n1,
int n2)
|
void |
testCartGridX()
|
void |
testCartGridX(int ny)
|
void |
testCartGridX(int ny,
int nz)
|
void |
testCartGridXYZ()
|
void |
testCartGridXYZ(int nx)
|
void |
testCartGridXYZ(int nx,
int ny)
|
void |
testCartGridXYZ(int nx,
int ny,
int nz)
|
void |
testCartGridY()
|
void |
testCartGridY(int nz)
|
void |
testCartGridY(int nz,
int nx)
|
void |
testCartGridZ()
|
void |
testCartGridZ(int nx)
|
void |
testCartGridZ(int nx,
int ny)
|
void |
testCylinder()
|
void |
testCylinder(int nPhi)
|
void |
testCylinder(int nPhi,
int nZ)
|
void |
testCylinder(int nPhi,
int nZ,
int nRho)
|
void |
testCylinder(int nPhi,
int nZ,
int nRho,
double fracZ)
|
void |
testCylinder(int nPhi,
int nZ,
int nRho,
double fracZ,
double fracRho)
|
void |
testCylinder(int nPhi,
int nZ,
int nRho,
double fracZ,
double fracRho,
boolean usePhi)
|
void |
testOneLine(G4ThreeVector p,
G4ThreeVector v)
|
void |
testRecursiveCartGrid()
|
void |
testRecursiveCartGrid(int nx)
|
void |
testRecursiveCartGrid(int nx,
int ny)
|
void |
testRecursiveCartGrid(int nx,
int ny,
int nz)
|
void |
testRecursiveCartGrid(int nx,
int ny,
int nz,
int sLevel)
|
void |
testRecursiveCartGrid(int nx,
int ny,
int nz,
int sLevel,
int depth)
|
void |
testRecursiveCylinder()
|
void |
testRecursiveCylinder(int nPhi)
|
void |
testRecursiveCylinder(int nPhi,
int nZ)
|
void |
testRecursiveCylinder(int nPhi,
int nZ,
int nRho)
|
void |
testRecursiveCylinder(int nPhi,
int nZ,
int nRho,
double fracZ)
|
void |
testRecursiveCylinder(int nPhi,
int nZ,
int nRho,
double fracZ,
double fracRho)
|
void |
testRecursiveCylinder(int nPhi,
int nZ,
int nRho,
double fracZ,
double fracRho,
boolean usePhi)
|
void |
testRecursiveCylinder(int nPhi,
int nZ,
int nRho,
double fracZ,
double fracRho,
boolean usePhi,
int sLevel)
|
void |
testRecursiveCylinder(int nPhi,
int nZ,
int nRho,
double fracZ,
double fracRho,
boolean usePhi,
int sLevel,
int depth)
|
void |
testRecursiveLine(G4ThreeVector p,
G4ThreeVector v)
|
void |
testRecursiveLine(G4ThreeVector p,
G4ThreeVector v,
int sLevel)
|
void |
testRecursiveLine(G4ThreeVector p,
G4ThreeVector v,
int sLevel,
int depth)
|
swigCMemOwn
protected boolean swigCMemOwn
G4GeomTestVolume
public G4GeomTestVolume(long cPtr,
boolean cMemoryOwn)
G4GeomTestVolume
public G4GeomTestVolume(G4VPhysicalVolume theTarget,
G4GeomTestLogger theLogger,
double theTolerance)
G4GeomTestVolume
public G4GeomTestVolume(G4VPhysicalVolume theTarget,
G4GeomTestLogger theLogger)
getCPtr
public static long getCPtr(G4GeomTestVolume 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
getTolerance
public double getTolerance()
setTolerance
public void setTolerance(double tolerance)
testCartGridXYZ
public void testCartGridXYZ(int nx,
int ny,
int nz)
testCartGridXYZ
public void testCartGridXYZ(int nx,
int ny)
testCartGridXYZ
public void testCartGridXYZ(int nx)
testCartGridXYZ
public void testCartGridXYZ()
testCartGridX
public void testCartGridX(int ny,
int nz)
testCartGridX
public void testCartGridX(int ny)
testCartGridX
public void testCartGridX()
testCartGridY
public void testCartGridY(int nz,
int nx)
testCartGridY
public void testCartGridY(int nz)
testCartGridY
public void testCartGridY()
testCartGridZ
public void testCartGridZ(int nx,
int ny)
testCartGridZ
public void testCartGridZ(int nx)
testCartGridZ
public void testCartGridZ()
testCartGrid
public void testCartGrid(G4ThreeVector g1,
G4ThreeVector g2,
G4ThreeVector v,
int n1,
int n2)
testRecursiveCartGrid
public void testRecursiveCartGrid(int nx,
int ny,
int nz,
int sLevel,
int depth)
testRecursiveCartGrid
public void testRecursiveCartGrid(int nx,
int ny,
int nz,
int sLevel)
testRecursiveCartGrid
public void testRecursiveCartGrid(int nx,
int ny,
int nz)
testRecursiveCartGrid
public void testRecursiveCartGrid(int nx,
int ny)
testRecursiveCartGrid
public void testRecursiveCartGrid(int nx)
testRecursiveCartGrid
public void testRecursiveCartGrid()
testCylinder
public void testCylinder(int nPhi,
int nZ,
int nRho,
double fracZ,
double fracRho,
boolean usePhi)
testCylinder
public void testCylinder(int nPhi,
int nZ,
int nRho,
double fracZ,
double fracRho)
testCylinder
public void testCylinder(int nPhi,
int nZ,
int nRho,
double fracZ)
testCylinder
public void testCylinder(int nPhi,
int nZ,
int nRho)
testCylinder
public void testCylinder(int nPhi,
int nZ)
testCylinder
public void testCylinder(int nPhi)
testCylinder
public void testCylinder()
testRecursiveCylinder
public void testRecursiveCylinder(int nPhi,
int nZ,
int nRho,
double fracZ,
double fracRho,
boolean usePhi,
int sLevel,
int depth)
testRecursiveCylinder
public void testRecursiveCylinder(int nPhi,
int nZ,
int nRho,
double fracZ,
double fracRho,
boolean usePhi,
int sLevel)
testRecursiveCylinder
public void testRecursiveCylinder(int nPhi,
int nZ,
int nRho,
double fracZ,
double fracRho,
boolean usePhi)
testRecursiveCylinder
public void testRecursiveCylinder(int nPhi,
int nZ,
int nRho,
double fracZ,
double fracRho)
testRecursiveCylinder
public void testRecursiveCylinder(int nPhi,
int nZ,
int nRho,
double fracZ)
testRecursiveCylinder
public void testRecursiveCylinder(int nPhi,
int nZ,
int nRho)
testRecursiveCylinder
public void testRecursiveCylinder(int nPhi,
int nZ)
testRecursiveCylinder
public void testRecursiveCylinder(int nPhi)
testRecursiveCylinder
public void testRecursiveCylinder()
testOneLine
public void testOneLine(G4ThreeVector p,
G4ThreeVector v)
testRecursiveLine
public void testRecursiveLine(G4ThreeVector p,
G4ThreeVector v,
int sLevel,
int depth)
testRecursiveLine
public void testRecursiveLine(G4ThreeVector p,
G4ThreeVector v,
int sLevel)
testRecursiveLine
public void testRecursiveLine(G4ThreeVector p,
G4ThreeVector v)
reportErrors
public void reportErrors()
clearErrors
public void clearErrors()
Copyright © 2000-2007 FreeHEP. All Rights Reserved.