hep.geant4.jni
Class G4Box
java.lang.Object
hep.geant4.jni.G4VSolid
hep.geant4.jni.G4CSGSolid
hep.geant4.jni.G4Box
public class G4Box
- extends G4CSGSolid
Method Summary |
boolean |
calculateExtent(EAxis pAxis,
G4VoxelLimits pVoxelLimit,
G4AffineTransform pTransform,
SWIGTYPE_p_double pmin,
SWIGTYPE_p_double pmax)
|
void |
computeDimensions(G4VPVParameterisation p,
int n,
G4VPhysicalVolume pRep)
|
G4NURBS |
createNURBS()
|
G4Polyhedron |
createPolyhedron()
|
void |
delete()
|
void |
describeYourselfTo(G4VGraphicsScene scene)
|
double |
distanceToIn(G4ThreeVector p)
|
double |
distanceToIn(G4ThreeVector p,
G4ThreeVector v)
|
double |
distanceToOut(G4ThreeVector p)
|
double |
distanceToOut(G4ThreeVector p,
G4ThreeVector v)
|
double |
distanceToOut(G4ThreeVector p,
G4ThreeVector v,
boolean calcNorm)
|
double |
distanceToOut(G4ThreeVector p,
G4ThreeVector v,
boolean calcNorm,
SWIGTYPE_p_bool validNorm)
|
double |
distanceToOut(G4ThreeVector p,
G4ThreeVector v,
boolean calcNorm,
SWIGTYPE_p_bool validNorm,
G4ThreeVector n)
|
boolean |
equals(Object obj)
|
protected void |
finalize()
|
static long |
getCPtr(G4Box obj)
|
double |
getCubicVolume()
|
String |
getEntityType()
|
G4VisExtent |
getExtent()
|
G4ThreeVector |
getPointOnSurface()
|
double |
getXHalfLength()
|
double |
getYHalfLength()
|
double |
getZHalfLength()
|
EInside |
inside(G4ThreeVector p)
|
void |
setXHalfLength(double dx)
|
void |
setYHalfLength(double dy)
|
void |
setZHalfLength(double dz)
|
G4ThreeVector |
surfaceNormal(G4ThreeVector p)
|
G4Box
public G4Box(long cPtr,
boolean cMemoryOwn)
G4Box
public G4Box(String pName,
double pX,
double pY,
double pZ)
G4Box
public G4Box(SWIGTYPE_p___void__ arg0)
getCPtr
public static long getCPtr(G4Box obj)
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize
in class G4CSGSolid
- Throws:
Throwable
delete
public void delete()
- Overrides:
delete
in class G4CSGSolid
equals
public boolean equals(Object obj)
- Overrides:
equals
in class G4CSGSolid
computeDimensions
public void computeDimensions(G4VPVParameterisation p,
int n,
G4VPhysicalVolume pRep)
- Overrides:
computeDimensions
in class G4VSolid
calculateExtent
public boolean calculateExtent(EAxis pAxis,
G4VoxelLimits pVoxelLimit,
G4AffineTransform pTransform,
SWIGTYPE_p_double pmin,
SWIGTYPE_p_double pmax)
- Overrides:
calculateExtent
in class G4VSolid
getXHalfLength
public double getXHalfLength()
getYHalfLength
public double getYHalfLength()
getZHalfLength
public double getZHalfLength()
setXHalfLength
public void setXHalfLength(double dx)
setYHalfLength
public void setYHalfLength(double dy)
setZHalfLength
public void setZHalfLength(double dz)
getCubicVolume
public double getCubicVolume()
- Overrides:
getCubicVolume
in class G4VSolid
inside
public EInside inside(G4ThreeVector p)
- Overrides:
inside
in class G4VSolid
surfaceNormal
public G4ThreeVector surfaceNormal(G4ThreeVector p)
- Overrides:
surfaceNormal
in class G4VSolid
distanceToIn
public double distanceToIn(G4ThreeVector p,
G4ThreeVector v)
- Overrides:
distanceToIn
in class G4VSolid
distanceToIn
public double distanceToIn(G4ThreeVector p)
- Overrides:
distanceToIn
in class G4VSolid
distanceToOut
public double distanceToOut(G4ThreeVector p,
G4ThreeVector v,
boolean calcNorm,
SWIGTYPE_p_bool validNorm,
G4ThreeVector n)
- Overrides:
distanceToOut
in class G4VSolid
distanceToOut
public double distanceToOut(G4ThreeVector p,
G4ThreeVector v,
boolean calcNorm,
SWIGTYPE_p_bool validNorm)
- Overrides:
distanceToOut
in class G4VSolid
distanceToOut
public double distanceToOut(G4ThreeVector p,
G4ThreeVector v,
boolean calcNorm)
- Overrides:
distanceToOut
in class G4VSolid
distanceToOut
public double distanceToOut(G4ThreeVector p,
G4ThreeVector v)
- Overrides:
distanceToOut
in class G4VSolid
distanceToOut
public double distanceToOut(G4ThreeVector p)
- Overrides:
distanceToOut
in class G4VSolid
getEntityType
public String getEntityType()
- Overrides:
getEntityType
in class G4VSolid
getPointOnSurface
public G4ThreeVector getPointOnSurface()
- Overrides:
getPointOnSurface
in class G4VSolid
describeYourselfTo
public void describeYourselfTo(G4VGraphicsScene scene)
- Overrides:
describeYourselfTo
in class G4VSolid
getExtent
public G4VisExtent getExtent()
- Overrides:
getExtent
in class G4VSolid
createPolyhedron
public G4Polyhedron createPolyhedron()
- Overrides:
createPolyhedron
in class G4VSolid
createNURBS
public G4NURBS createNURBS()
- Overrides:
createNURBS
in class G4VSolid
Copyright © 2000-2007 FreeHEP. All Rights Reserved.