hep.geant4.jni
Class G4BREPSolidCone

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

public class G4BREPSolidCone
extends G4BREPSolid


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VSolid
swigCMemOwn
 
Constructor Summary
G4BREPSolidCone(long cPtr, boolean cMemoryOwn)
           
G4BREPSolidCone(String name, G4ThreeVector origin, G4ThreeVector axis, G4ThreeVector direction, double length, double radius, double large_radius)
           
G4BREPSolidCone(SWIGTYPE_p___void__ arg0)
           
 
Method Summary
 void delete()
           
 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(G4BREPSolidCone obj)
           
 void initialize()
           
 EInside inside(G4ThreeVector Pt)
           
 G4ThreeVector surfaceNormal(G4ThreeVector p)
           
 
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, 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

G4BREPSolidCone

public G4BREPSolidCone(long cPtr,
                       boolean cMemoryOwn)

G4BREPSolidCone

public G4BREPSolidCone(String name,
                       G4ThreeVector origin,
                       G4ThreeVector axis,
                       G4ThreeVector direction,
                       double length,
                       double radius,
                       double large_radius)

G4BREPSolidCone

public G4BREPSolidCone(SWIGTYPE_p___void__ arg0)
Method Detail

getCPtr

public static long getCPtr(G4BREPSolidCone 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

initialize

public void initialize()
Overrides:
initialize in class G4BREPSolid

inside

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

surfaceNormal

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

distanceToIn

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

distanceToIn

public double distanceToIn(G4ThreeVector p,
                           G4ThreeVector v)
Overrides:
distanceToIn in class G4BREPSolid

distanceToOut

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

distanceToOut

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

distanceToOut

public double distanceToOut(G4ThreeVector p,
                            G4ThreeVector v,
                            boolean calcNorm)
Overrides:
distanceToOut in class G4BREPSolid

distanceToOut

public double distanceToOut(G4ThreeVector p,
                            G4ThreeVector v)
Overrides:
distanceToOut in class G4BREPSolid

distanceToOut

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.