hep.geant4.jni
Class G4BREPSolidSphere

java.lang.Object
  extended by hep.geant4.jni.G4VSolid
      extended by hep.geant4.jni.G4BREPSolid
          extended by hep.geant4.jni.G4BREPSolidSphere

public class G4BREPSolidSphere
extends G4BREPSolid


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VSolid
swigCMemOwn
 
Constructor Summary
G4BREPSolidSphere(long cPtr, boolean cMemoryOwn)
           
G4BREPSolidSphere(String name, G4Vector3D origin, G4Vector3D xhat, G4Vector3D zhat, double radius)
           
G4BREPSolidSphere(SWIGTYPE_p___void__ arg0)
           
 
Method Summary
 void delete()
           
 double distanceToIn(G4ThreeVector arg0)
           
 double distanceToIn(G4ThreeVector Pt, G4ThreeVector V)
           
 double distanceToOut(G4ThreeVector arg0)
           
 double distanceToOut(G4ThreeVector Pt, G4ThreeVector V)
           
 double distanceToOut(G4ThreeVector Pt, G4ThreeVector V, boolean calcNorm)
           
 double distanceToOut(G4ThreeVector Pt, G4ThreeVector V, boolean calcNorm, SWIGTYPE_p_bool validNorm)
           
 double distanceToOut(G4ThreeVector Pt, G4ThreeVector V, boolean calcNorm, SWIGTYPE_p_bool validNorm, G4ThreeVector n)
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4BREPSolidSphere obj)
           
 EInside inside(G4ThreeVector Pt)
           
 void sphReset()
           
 G4ThreeVector surfaceNormal(G4ThreeVector arg0)
           
 
Methods inherited from class hep.geant4.jni.G4BREPSolid
active, active, calculateExtent, createNURBS, createPolyhedron, describeYourselfTo, getBBox, getCPtr, getCubicVolume, getCubVolEpsilon, getCubVolStatistics, getEntityType, getId, getName, getNumberOfFaces, getNumberOfSolids, getPlace, getPolyhedron, getShortestDistance, getSurface, initialize, intersect, intersectionDistance, intersectionDistance, reset, scope, setCubVolEpsilon, setCubVolStatistics, setId, setName
 
Methods inherited from class hep.geant4.jni.G4VSolid
computeDimensions, dumpInfo, getConstituentSolid, getCPtr, getDisplacedSolidPtr, getExtent, getPointOnSurface
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4BREPSolidSphere

public G4BREPSolidSphere(long cPtr,
                         boolean cMemoryOwn)

G4BREPSolidSphere

public G4BREPSolidSphere(String name,
                         G4Vector3D origin,
                         G4Vector3D xhat,
                         G4Vector3D zhat,
                         double radius)

G4BREPSolidSphere

public G4BREPSolidSphere(SWIGTYPE_p___void__ arg0)
Method Detail

getCPtr

public static long getCPtr(G4BREPSolidSphere obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4BREPSolid

equals

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

inside

public EInside inside(G4ThreeVector Pt)
Overrides:
inside in class G4BREPSolid

surfaceNormal

public G4ThreeVector surfaceNormal(G4ThreeVector arg0)
Overrides:
surfaceNormal in class G4BREPSolid

distanceToIn

public double distanceToIn(G4ThreeVector arg0)
Overrides:
distanceToIn in class G4BREPSolid

distanceToIn

public double distanceToIn(G4ThreeVector Pt,
                           G4ThreeVector V)
Overrides:
distanceToIn in class G4BREPSolid

distanceToOut

public double distanceToOut(G4ThreeVector Pt,
                            G4ThreeVector V,
                            boolean calcNorm,
                            SWIGTYPE_p_bool validNorm,
                            G4ThreeVector n)
Overrides:
distanceToOut in class G4BREPSolid

distanceToOut

public double distanceToOut(G4ThreeVector Pt,
                            G4ThreeVector V,
                            boolean calcNorm,
                            SWIGTYPE_p_bool validNorm)
Overrides:
distanceToOut in class G4BREPSolid

distanceToOut

public double distanceToOut(G4ThreeVector Pt,
                            G4ThreeVector V,
                            boolean calcNorm)
Overrides:
distanceToOut in class G4BREPSolid

distanceToOut

public double distanceToOut(G4ThreeVector Pt,
                            G4ThreeVector V)
Overrides:
distanceToOut in class G4BREPSolid

distanceToOut

public double distanceToOut(G4ThreeVector arg0)
Overrides:
distanceToOut in class G4BREPSolid

sphReset

public void sphReset()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.